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
'[tool]' 카테고리의 다른 글
유용한 dumpsys 명령어 모음 (0) | 2024.06.22 |
---|---|
open source cloud platform solution(on pramiss) (0) | 2023.10.04 |
Docker 명령어 모음 (0) | 2023.09.19 |
잘 알려진 포트 ( Well Known Port ) (0) | 2023.09.19 |
linux 최근 변경된 파일찾기 find grep 활용 (1) | 2023.09.13 |