DeviceSecurityStatus

annotation class DeviceSecurityStatus

Properties

Link copied to clipboard
val DEVICE_KEYGUARD_UNSECURED: String
keyguard is not secured by a PIN, pattern or password or a SIM card is currently locked.
Link copied to clipboard
val DEVICE_ROOTED: String
Device is rooted
Link copied to clipboard
val DEVICE_SECURED: String
Device is rooted
Link copied to clipboard
val DISK_ENCRYPTION_ACTIVATING: String
Disk encryption is activating
Link copied to clipboard
val DISK_ENCRYPTION_DISABLED: String
Disk encryption is disabled
Link copied to clipboard
val DISK_ENCRYPTION_UNSUPPORTED: String
Disk encryption is ot supported by the device

Inherited functions

Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String