How to redirect to Phone settings page from my current android application ? I have already tried with this code. But it is not working.
startActivityForResult(new Intent(android.provider.Settings.ACTION_DATA_ROAMING_SETTINGS), 0);
Am I missing something here ?
Thanks in advance.
Try this one
and this