ACTION_USER_INFO_CHANGED constant
String
const ACTION_USER_INFO_CHANGED
Broadcast sent to the system when a user's information changes. Carries an extra {@link #EXTRA_USER_HANDLE} to indicate which user's information changed. This is only sent to registered receivers, not manifest receivers. It is sent to all users. @hide
Implementation
static const String ACTION_USER_INFO_CHANGED =
"android.intent.action.USER_INFO_CHANGED";