• BlackBerry Spark AppSecure
  • Security library for Android applications
  • 0.7.915.0
DeviceSecurityRules.DeviceSecurityCheck Enum Reference

Enumeration of security checks which can be performed on the device. More...

Description

Use ManageRules.setDeviceSecurityRules to control which of the following security features will be evaluated.

Public Attributes

 DEVICE_LOCK_SCREEN
 Indicate if a lock screen has been enabled by the user.
 
 DEVELOPER_MODE
 Check if the device is running in developer mode.
 
 DEVICE_ENCRYPTION
 Confirm the storage on the device is encrypted by the operating system.
 
 JAILBREAK_DETECTION
 Detect if the device has been rooted.
 
 ANDROID_HWKEY_VERIFY_BOOT
 Currently unsupported.
 
 DEBUG_DETECTION
 Detect if application is running in debug mode.
 
 HOOK_DETECTION
 Detect if an inline hook has been injected in a process.
 
 EMULATOR_DETECTION
 Detect if the app is running on an emulator or not.
 
 PLAY_PROTECT_VERIFICATION
 Check if Google Play Protect is enabled and verifying installed apps are safe.