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 | 31 |
Tags
- 유튜브
- 웹뷰
- viewpager
- RecyclerView
- Github
- 에러
- flow
- dart
- Kotlin
- 깃헙
- coroutine
- Gradle
- 안스
- MVVM
- 코루틴
- build
- Retrofit
- ADB
- Android
- error
- 안드로이드 스튜디오
- 코틀린
- 안드로이드
- 안드로이드스튜디오
- 의존성주입
- image
- studio
- 레트로핏
- WebView
- 스튜디오
Archives
- Today
- Total
목록핫스팟 (1)
코딩하는 일용직 노동자

모바일 핫스팟 및 테더링 메뉴 바로가기 intent val cn = ComponentName("com.android.settings", "com.android.settings.TetherSettings") val intent: Intent = Intent(Intent.ACTION_MAIN, null).apply { addCategory(Intent.CATEGORY_LAUNCHER) setComponent(cn) flags = Intent.FLAG_ACTIVITY_NEW_TASK } startActivity(intent)
안드로이드
2025. 1. 22. 09:47