RootApkDetector

Check if there are well-known root apk files exist

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
private val ROOT_APK: Array<String>
Link copied to clipboard
private val TAG: String

Functions

Link copied to clipboard
private open fun exists(apks: Array<String>): Boolean
Link copied to clipboard
protected open fun getRootApk(): Array<String>
Link copied to clipboard
open fun isRooted(context: Context): Double
Detect the device is rooted.