android 设置默认USB调试模式打开

设置默认USB调试模式打开:

DefaultActivity.java文件中添加:

Settings.Secure.putInt(getContentResolver(),Settings.Secure.ADB_ENABLED, 1);


你可能感兴趣的:(android 设置默认USB调试模式打开)