# USB debugging toggle widget

DevFeed: [USB debugging toggle widget](<https://devfeed.tech/articles/usb-debugging-toggle-widget-21520.md>)

Original publisher: [Read original article](<http://lifepluslinux.blogspot.com/2015/10/usb-debugging-toggle-widget.html>)

Author: Suresh Alse (noreply@blogger.com)

Published: 2015-10-27T18:14:00Z

Content type: tutorial

Language: en

Sources: [Life Plus Linux](<https://devfeed.tech/sources/life-plus-linux.md>)

Topics: [Android](<https://devfeed.tech/topics/android.md>), [USB](<https://devfeed.tech/topics/usb.md>), [App](<https://devfeed.tech/topics/app.md>)

Tags: [adb](<https://devfeed.tech/tags/adb.md>), [android](<https://devfeed.tech/tags/android.md>), [app](<https://devfeed.tech/tags/app.md>), [debugging](<https://devfeed.tech/tags/debugging.md>), [usb](<https://devfeed.tech/tags/usb.md>), [widget](<https://devfeed.tech/tags/widget.md>)

## AI overview

The article introduces an Android widget that enables or disables USB debugging through ADB with a click. It says the widget avoids requiring the app to be a system app or merely opening the settings page.

## Source excerpt

Like I told you few days back in this post, I made a widget for android to toggle USB Debugging - ADB (Android Debug Bridge). Today, I will tell you more about it. There are many alternatives to this. However they either require you to make the app a system app or they simply open the settings page. As this was not exactly what I wanted, I made one myself that allows me to enable/ disable USB debugging on click. You can get the app from here. Download ADB Toggle Fork me on Github You DON'T have to make this a system app!.