Android.OS.UserManager.SetRestrictionsChallenge Method
Sets a new challenge PIN for restrictions.

Syntax

[Android.Runtime.Register("setRestrictionsChallenge", "(Ljava/lang/String;)Z", "GetSetRestrictionsChallenge_Ljava_lang_String_Handler")]
public virtual bool SetRestrictionsChallenge (string newPin)

Parameters

newPin
the PIN to use for challenge dialogs.

Returns

Documentation for this section has not yet been entered.

Remarks

Sets a new challenge PIN for restrictions. This is only for use by pre-installed apps and requires the MANAGE_USERS permission.

[Android Documentation]

Requirements

Namespace: Android.OS
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 17