We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fabb64 commit 52576a7Copy full SHA for 52576a7
app/src/main/java/com/appcontrolx/service/PermissionBridge.kt
@@ -65,7 +65,7 @@ class PermissionBridge(private val context: Context? = null) {
65
fun checkRootNow(): Boolean {
66
return try {
67
// Get shell instance - this will trigger root request if needed
68
- val shell = Shell.getShell()
+ Shell.getShell()
69
70
// Check if root was granted
71
Shell.isAppGrantedRoot() == true
0 commit comments