RootInfo

data class RootInfo(val isRooted: Boolean, val isUsbDebuggingEnabled: Boolean)

Contains root and debugging status.

Constructors

Link copied to clipboard
constructor(isRooted: Boolean, isUsbDebuggingEnabled: Boolean)

Properties

Link copied to clipboard

True if the device has been rooted, indicating a compromised OS environment.

Link copied to clipboard

True if ADB developer debugging is active.