victordiaz / PHONK

PHONK is a coding playground for new and old Android devices
https://phonk.app
GNU General Public License v3.0
456 stars 27 forks source link

Phone: toggleAirplaneMode #63

Closed Krugergit closed 3 years ago

Krugergit commented 3 years ago

Turning Airplane Mode on/off

victordiaz commented 3 years ago

Hi @Krugergit There is no way in Android to turn on the airplane mode on/off

If you root your device you could execute some shell code as explained in the first answer in this StackOverflow question https://stackoverflow.com/questions/13766909/how-to-programmatically-enable-and-disable-flight-mode-on-android-4-2