| Class | Description |
|---|---|
| AbstractSecurityCheck |
Base class for security checks.
|
| BackupDisallowedCheck |
Check to determine whether the allowBackup flag is enabled for the application.
|
| DeveloperModeDisabledCheck |
Security check that detects if developer mode is enabled in the device.
|
| EncryptionCheck |
Detects whether a devices filesystem is encrypted
|
| NoDebuggerCheck |
A check for whether a debugger is attached to the current application.
|
| NonRootedCheck |
A check for whether the device the application is running on is rooted.
|
| NotInEmulatorCheck |
A check for whether the device the application is running on an emulator
|
| ScreenLockCheck |
A check for whether the device the application is running on has a screen lock.
|