A
AC Question
Below airplane mode command is working in N OS.
adb wait-for-devices
adb shell settings put global airplane_mode_on 1
adb shell am broadcast -a android.intent.action.AIRPLANE_MODE --ez state true.
I am using above command previously for my automation but after updating the N OS in samsung devices its not working.
Please help me.
Thanks in advance.
adb wait-for-devices
adb shell settings put global airplane_mode_on 1
adb shell am broadcast -a android.intent.action.AIRPLANE_MODE --ez state true.
I am using above command previously for my automation but after updating the N OS in samsung devices its not working.
Please help me.
Thanks in advance.