Android adb

模拟开机启动:
android 7.0以下:

adb shell am broadcast -a android.intent.action.BOOT_COMPLETED

android 7.0以上:

adb shell sm set-emulate-fbe false

你可能感兴趣的:(android)