1 | adb shell am broadcast - a android.intent.action.BOOT_COMPLETED |
특정 앱에만 보낼 경우
1 | adb shell am broadcast -a android.intent.action.BOOT_COMPLETED -n your.app.packagename/.YourReceiverClassName |
출처: http://stackoverflow.com/questions/8497885/start-android-application-without-activity?answertab=votes#tab-top