DeviceChecker

DeviceChecker to validate tampered device

Author

jimlyas

Since

07 Feb 2023

Types

Link copied to clipboard
annotation class SecurityCheck

Functions

Link copied to clipboard

Function to check does the device is an emulator

Link copied to clipboard

Function to check does the device is rooted

Properties

Link copied to clipboard
const val EMULATOR: Int = 0

indicate that the device is an emulator

Link copied to clipboard
const val ROOTED: Int = 2

indicate that the device is rooted

Link copied to clipboard
const val SAFE: Int = 1

indicate that the device is safe