빈 구멍 채우기
[Android][ADB] 비행기 모드 on/off, 비행기 모드 확인
⭐⭐기록
2022. 4. 25. 14:32
비행기 모드 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