Package-level declarations

Types

Link copied to clipboard
Release-Keys and Test-Keys has to do with how the kernel is signed when it is compiled.
Link copied to clipboard
Check the busybox program is installed.
Link copied to clipboard
abstract class CommandDetector : RootDetector
Check command exists
Link copied to clipboard
Check System properties
Link copied to clipboard
abstract class FileDetector : RootDetector
Check file exists in predefined path
Link copied to clipboard
Main Root Detector to detect device is rooted or not.
Link copied to clipboard
Check su command natively using NDK
Link copied to clipboard
abstract class PackageDetector : RootDetector
User Package Manager and see if application is installed.
Link copied to clipboard
After the device is rooted, the super user may change permission of some files.
Link copied to clipboard
Check if there are well-known root apk files exist
Link copied to clipboard
Check if there are well-known root App are installed.
Link copied to clipboard
Check if there are well-known root cloaking App installed.
Link copied to clipboard
interface RootDetector
Link copied to clipboard
Check common root program exist
Link copied to clipboard
Check if root required App are installed
Link copied to clipboard
Check su command exists
Link copied to clipboard
Check system property with expected value.