Intent.ActionManagedProfileAvailable Field

Definition

Broadcast sent to the primary user when an associated managed profile has become available.

[Android.Runtime.Register("ACTION_MANAGED_PROFILE_AVAILABLE", ApiSince=24)]
public const string ActionManagedProfileAvailable;
[<Android.Runtime.Register("ACTION_MANAGED_PROFILE_AVAILABLE", ApiSince=24)>]
val mutable ActionManagedProfileAvailable : string

Field Value

Implements

Attributes

Remarks

Broadcast sent to the primary user when an associated managed profile has become available. Currently this includes when the user disables quiet mode for the profile. Carries an extra #EXTRA_USER that specifies the UserHandle of the profile. When quiet mode is changed, this broadcast will carry a boolean extra #EXTRA_QUIET_MODE indicating the new state of quiet mode. This is only sent to registered receivers, not manifest receivers.

Java documentation for android.content.Intent.ACTION_MANAGED_PROFILE_AVAILABLE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to