Settings.Global.SecureFrpMode Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether the device is under restricted secure FRP mode.
[Android.Runtime.Register("SECURE_FRP_MODE", ApiSince=34)]
public const string SecureFrpMode;
[<Android.Runtime.Register("SECURE_FRP_MODE", ApiSince=34)>]
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)
Java documentation for android.provider.Settings.Global.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.