ACTION_USER_STARTED constant

String const ACTION_USER_STARTED

Broadcast sent by the system when a user is started. Carries an extra EXTRA_USER_HANDLE that has the userHandle of the user. This is only sent to registered receivers, not manifest receivers. It is sent to the user that has been started. This is sent as a foreground broadcast, since it is part of a visible user interaction; be as quick as possible when handling it. @hide

Implementation

static const String ACTION_USER_STARTED =
    "android.intent.action.USER_STARTED";