Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | |
7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 | 29 | 30 |
Tags
- Android Apk 이름 변경
- Android
- spring
- android error
- jQuery
- error
- FLUTTER
- html
- css
- Android Apk 이름
- release Apk
- 안드로이드
- Firebase
- DataTable
- Exception
- Program type already present
- JavaScript
- CSS사용법
- R프로그래밍
- Java
- MySQL
- Eclipse
- release unsigned
- apache gzip
- Kotlin
- Android Apk
- java error
- android fragment
- fragment
- tomcat
Archives
- Today
- Total
목록intent adb (1)
selfstarter
Android adb command
Android adb command adb devices : 연결되어있는 디바이스 목록 보기 adb -s 1e6ad0(디바이스id) shell am broadcast -a com.test.broadcast.ACTION_RESULT -a --es re hello broadcast로 해당 app에 intent 전달하는 adb 명령어 --ez는 boolean, String은 --es(아래 참고) adb -s 0a1ab9d4f21e6ad0 shell am broadcast -a com.kscc.taxi.appmeter.ACTION_RESULT_OF_EXECUTE --es res finishMain [-e|--es ...] [--esn ...] [--ez ...] [--ei ...] [--el ...] [--ef..
App/Android
2020. 4. 3. 15:09