SystemPropertyDetector

Check system property with expected value.

Inheritors

Constructors

Link copied to clipboard
constructor()

Functions

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