EXTRA_USER_HANDLE constant

String const EXTRA_USER_HANDLE

The integer userHandle (i.e. userId) carried with broadcast intents related to addition, removal and switching of users and managed profiles - {@link #ACTION_USER_ADDED}, {@link #ACTION_USER_REMOVED} and {@link #ACTION_USER_SWITCHED}.

@hide

Implementation

static const String EXTRA_USER_HANDLE = "android.intent.extra.user_handle";