Top "Airplane" questions

Airplane is a setting to disable the device's signal transmitting functions on mobile devices.

Toggle airplane mode in Android

Did I make a mistake? It's not working. public void airplane() { boolean isEnabled = Settings.System.getInt(this.getApplicationContext().getContentResolver(), Settings.…

android mode airplane
How to programmatically enable and disable Flight mode on Android 4.2?

Is there a way to disable or enable Flight Mode on Android 4.2? I use this code that works only for …

android airplane
How can one detect airplane mode on Android?

I have code in my application that detects if Wi-Fi is actively connected. That code triggers a RuntimeException if airplane …

java android airplane
How to make number not reachable (similar to call blocker)?

There are lot of call blocking application for mobile, like NQ Call Blocker. But in these applications, if we add …

java android mobile airplane callblocking
turn off airplane mode in Android

I would like to turn off the airplane mode if num>50, I implemented this code (from Toggle airplane mode …

android mode airplane
Toggling AirPlane mode in iOS Programmatically

I want to on/off airplane mode in iOS programmatically. After googling, i got some of the following links, and …

ios iphone frameworks iphone-privateapi airplane
iphone how to check the Airplane mode?

HI , i want to check wether Airplane mode is on or not .. how to check that ? thanks + how to check …

iphone airplane
How to turn on/off airplane mode, even on new Android versions (and even with root)?

Starting with Android 4.2 , turning on/off airplane mode isn't supported using normal APIs. It should probably work when WRITE_SECURE_…

android root airplane
Airplane Mode Receiver in Manifest?

I am working on developing an Android app that will be used as a handheld controller in an industrial environment. …

android android-intent airplane
Reset Android mobile network signal?

I need my app to reset the device's mobile network signal. This would have the same effect as toggling airplane …

android android-networking airplane