Settings.Secure.SecureFrpMode Field

Definition

Indicates whether the device is under restricted secure FRP mode.

[Android.Runtime.Register("SECURE_FRP_MODE", ApiSince=30)]
public const string SecureFrpMode;
[<Android.Runtime.Register("SECURE_FRP_MODE", ApiSince=30)>]
val mutable SecureFrpMode : string

Field Value

Attributes

Remarks

Indicates whether the device is under restricted secure FRP mode. Secure FRP mode is enabled when the device is under FRP. On solving of FRP challenge, device is removed from this mode.

Type: int (0 for false, 1 for true)

This member is deprecated. Use Global.SECURE_FRP_MODE

Java documentation for android.provider.Settings.Secure.SECURE_FRP_MODE.

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