Skip to main content

[Android] 브로드캐스트 리시버 테스트 방법

명령 프롬프트(시작메뉴-실행-cmd 입력)를 열어서 아래 명령어를 입력한다.

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

 

개발 중인 앱에만 보낼 경우

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

댓글 남기기