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.