Android- How to Intent directly to Mobile data usage setting page?
I already tried the following Intents and also its not leads to that page.
1. new Intent(android.provider.Settings.ACTION_NETWORK_OPERATOR_SETTINGS)
2. new Intent(android.provider.Settings.ACTION_DATA_ROAMING_SETTINGS)
3. new Intent(android.provider.Settings.ACTION_WIRELESS_SETTINGS);
Thanks in Advance.