[tool]

adb 명령어

HOYA_ 2024. 6. 18. 15:26

 

BroadCast

am broadcast -a [braodcast 명]
 

 

service

 

am startservice -n [패키지명]/[패키지명 포함 서비스명]
서비스 실행 안될때 강제 실행방법
am start-foreground-service -n [패키지명]/[패키지명 포함 서비스명]
 

 

Activity

am start -a android.intent.action.MAIN -n com.example.amintentsample/com.example.amintentsample.MainActivity