I want to open the "Data Usage" screen from intent. I was looking for the android.provider.Settings class for the corresponding intent. I tried:
new Intent(android.provider.Settings.ACTION_NETWORK_OPERATOR_SETTINGS) new Intent(android.provider.Settings.ACTION_DATA_ROAMING_SETTINGS)
This does not lead to the use of data.

I know all the links that have this question well, but no one has the answer. How to open system data usage activity in android? Android to open the data usage settings page , etc ...
android android-intent android-settings
Dus
source share