FRRootDetector

Main Root Detector to detect device is rooted or not. Most of the detectors implementation are reference from Open Source library https://github.com/scottyab/rootbeer

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
private open var detectors: List<RootDetector>

Functions

Link copied to clipboard
open fun isRooted(context: Context): Double
Detect the device is rooted.