public abstract class SystemPropertyDetector extends java.lang.Object implements RootDetector
| Constructor and Description |
|---|
SystemPropertyDetector() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract java.util.Map<java.lang.String,java.lang.String> |
getProperties() |
double |
isRooted(android.content.Context context)
Detect the device is rooted.
|
public double isRooted(android.content.Context context)
RootDetectorisRooted in interface RootDetectorcontext - The application contextprotected abstract java.util.Map<java.lang.String,java.lang.String> getProperties()