ADB - Add usb debugging option to quick tiles pane on android device

ADB - Add usb debugging option to quick tiles pane on android device
ADB - Add usb debugging option to quick tiles pane on android device

adb add and enable/disable usb debugging using quick tiles shortcut pane on any android device easily.

step1) enable usb debugging

step2) connect computer to phone using usb cable

step3) install adb on the computer

step4) check android device is connected using adb(e.g run 'sudo adb devices' on linux

step5) install "dev tiles" app. its on the playstore.

step6) run below commands using adb:

1 adb shell pm grant xyz.mustafaali.devqstiles android.permission.WRITE_SECURE_SETTINGS
2 adb shell pm grant xyz.mustafaali.devqstiles android.permission.DUMP

step7) done!.. you need to add 'div tiles' quick tile using quick settings.

step8) now you can enable/disable usb debugging easily!..