비행기 모드 on
adb shell settings put global airplane_mode_on 1
비행기 모드 off
adb shell settings put global airplane_mode_on 0
비행기 모드 여부 확인
adb shell settings get global airplane_mode_on
결과
0 > off
1 > on
'빈 구멍 채우기' 카테고리의 다른 글
[Android]이메일 validation (0) | 2022.07.14 |
---|---|
[Android][Java] SharedPreference object 안 Context로 memory leak 경고 (0) | 2022.06.29 |
[Google Play Console] 이의제기 하기 (0) | 2022.04.21 |
[Android][Coroutine][SharedPreferences] 타이머 구현 (0) | 2022.04.21 |
[Android][Kakao SDK]안드로이드 카카오 로그인 SDK Legacy v1 -> v2 업데이트 (0) | 2022.01.12 |