DevicePolicyManager.ActionSetNewParentProfilePassword Field

Definition

Activity action: have the user enter a new password for the parent profile.

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

Field Value

Attributes

Remarks

Activity action: have the user enter a new password for the parent profile. If the intent is launched from within a managed profile, this will trigger entering a new password for the parent of the profile. The caller can optionally set #EXTRA_DEVICE_PASSWORD_REQUIREMENT_ONLY to only enforce device-wide password requirement. In all other cases the behaviour is identical to #ACTION_SET_NEW_PASSWORD.

Java documentation for android.app.admin.DevicePolicyManager.ACTION_SET_NEW_PARENT_PROFILE_PASSWORD.

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