1

I don't know it is possible or not to turn ON/OFF android debug mode using adb command.

Is there really any adb command exist to turn ON/OFF android debug mode. Please if any suggest or any kinds of way around will be highly appreciated.

0xAliHn
  • 18,390
  • 23
  • 91
  • 111

1 Answers1

13

You can turn off USB Debugging with settings put global adb_enabled 0 command.

Alex P.
  • 30,437
  • 17
  • 118
  • 169