PersistentDataBlockManager.IsFactoryResetProtectionActive 属性

定义

如果 FactoryResetProtection (FRP) 处于活动状态,则返回 true,这意味着设备已重新启动且无法停用 FRP,因为停用机密已被不受信任的出厂重置擦除。

public virtual bool IsFactoryResetProtectionActive { [Android.Runtime.Register("isFactoryResetProtectionActive", "()Z", "GetIsFactoryResetProtectionActiveHandler", ApiSince=35)] get; }
[<get: Android.Runtime.Register("isFactoryResetProtectionActive", "()Z", "GetIsFactoryResetProtectionActiveHandler", ApiSince=35)>]
member this.IsFactoryResetProtectionActive : bool

属性值

属性

注解

如果 FactoryResetProtection (FRP) 处于活动状态,则返回 true,这意味着设备已重新启动且无法停用 FRP,因为停用机密已被不受信任的出厂重置擦除。

Java文档android.service.persistentdata.PersistentDataBlockManager.isFactoryResetProtectionActive()

本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。

适用于