Android.Content.RestrictionsManager.ActionRequestLocalApproval Field
Activity intent that is optionally implemented by the Restrictions Provider package to challenge for an administrator PIN or password locally on the device.

Syntax

[Android.Runtime.Register("ACTION_REQUEST_LOCAL_APPROVAL")]
public const string ActionRequestLocalApproval

See Also

RestrictionsManager.CreateLocalApprovalIntent

Remarks

Activity intent that is optionally implemented by the Restrictions Provider package to challenge for an administrator PIN or password locally on the device. Apps will call this intent using Android.App.Activity.StartActivityForResult(Intent, System.Int32). On a successful response, Android.App.Activity.OnActivityResult(int, Android.App.Result, Android.App.Result) will return a resultCode of Android.App.Activity.RESULT_OK.

The intent must contain RestrictionsManager.ExtraRequestBundle as an extra and the bundle must contain at least RestrictionsManager.RequestKeyMessage for the activity to display.

[Android Documentation]

Requirements

Namespace: Android.Content
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0