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
- 에러
- error
- image
- flow
- dart
- ADB
- 안드로이드
- 의존성주입
- 안스
- 유튜브
- coroutine
- WebView
- MVVM
- Retrofit
- 깃헙
- viewpager
- build
- Android
- 레트로핏
- 코루틴
- 안드로이드 스튜디오
- Kotlin
- 웹뷰
- 안드로이드스튜디오
- 스튜디오
- 코틀린
- RecyclerView
- studio
- Gradle
- Github
Archives
- Today
- Total
목록Tethering (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