I want to turn off and on airplane mode in android without toggle button. this is my code. when the app reached this code airplane mode should on:
if (intent.getAction().equals(strAirplaneOn)){
}
and when the app reaches this code airplane mode should off:
else if (intent.getAction().equals(strAirplaneOff)){
}