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
- R프로그래밍
- tomcat
- Kotlin
- Eclipse
- Program type already present
- jQuery
- Exception
- css
- release unsigned
- Android
- FLUTTER
- fragment
- 안드로이드
- android fragment
- MySQL
- release Apk
- Android Apk 이름
- spring
- CSS사용법
- error
- java error
- Android Apk 이름 변경
- apache gzip
- Java
- android error
- html
- Android Apk
- JavaScript
- DataTable
- Firebase
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