Is it possible to enable usb debugging (under settings/applications/development) programatically from within my app?
I was looking at Permission.WRITE_SETTINGS and http://developer.android.com/reference/android/provider/Settings.System.html but couldn't find anything appropriate.