isRooted property

bool? isRooted
final

Android 专有:是否疑似 root。

这是启发式判断,主要检查常见 su 路径和 test-keys 构建标签。 未 root 的设备返回 false;无法绝对证明设备未 root。

Implementation

final bool? isRooted;