找到\frameworks\base\services\usb\java\com\android\server\usb\UsbDeviceManager.java下的

Settings.Global.putInt(mContentResolver, Settings.Global.ADB_ENABLED, mAdbEnabled ? 1 : 0);
  • 1

改为:

Settings.Global.putInt(mContentResolver, Settings.Global.ADB_ENABLED, 1)

相关文章:

  • 2021-12-07
  • 2021-08-08
  • 2021-05-18
  • 2021-07-18
  • 2021-12-13
  • 2022-12-23
  • 2021-03-30
  • 2022-12-23
猜你喜欢
  • 2021-11-17
  • 2022-12-23
  • 2022-01-01
  • 2021-06-16
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案