I am opening the Flight Mode setting page with below code.
startActivity(new Intent(Settings.ACTION_AIRPLANE_MODE_SETTINGS));
It is working fine on the most of the devices. But on Samsung model = GT-19300 it throws an exception:
ActivityNot Found Exception.No Activity found to handle intent
{android.Settings.ACTION_AIRPLANE_MODE_SETTINGS}
What is the Intent string to open Flight Mode settings on Samsung devices?