ADB Tile Description
ADB Tile provides an Android Quick Settings Tile to enable and disable Android USB debugging.
This app is intended only for Android developers.
ADB Tile makes it easy to enable and disable USB debugging, and the tile also helps with not forgetting to disable USB debugging after a debugging session is done to keep the phone secure.
It is necessary to manually give the app the permission to read and write secure system settings. The permission will survive reboots. This is needed to access the USB debugging setting. The app does not require a rooted phone.
To provide the permissions, use the adb command as below after the app has installed.
adb shell grant org.bubenheimer.adbtile android.permission.SECURE_SETTINGS
Source code for this app: https://github.com/bubenheimer/adbtile
This app is intended only for Android developers.
ADB Tile makes it easy to enable and disable USB debugging, and the tile also helps with not forgetting to disable USB debugging after a debugging session is done to keep the phone secure.
It is necessary to manually give the app the permission to read and write secure system settings. The permission will survive reboots. This is needed to access the USB debugging setting. The app does not require a rooted phone.
To provide the permissions, use the adb command as below after the app has installed.
adb shell grant org.bubenheimer.adbtile android.permission.SECURE_SETTINGS
Source code for this app: https://github.com/bubenheimer/adbtile
Open up