CommandDetector

abstract class CommandDetector : RootDetector

Check command exists

Inheritors

Constructors

Link copied to clipboard
constructor()

Functions

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