adb用法

启动 App

adb shell monkey -p com.android.settings -c android.intent.category.LAUNCHER 1

列出 app

adb shell pm list packages

发送广播

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