Is there any extension for mobile data on off?

Hi is there extension for mobile data connection on ,off

Why do you need to turn mobile data on and off? I wouldn’t want an app messing with that setting.
Try using an ActivityStarter with the action set to one of these and all of the other fields set to nothing:
android.settings.DATA_ROAMING_SETTINGS
android.settings.DATA_USAGE_SETTINGS
android.settings.ACTION_WIRELESS_SETTINGS
For descriptions, check these links out:
https://developer.android.com/reference/android/provider/Settings#ACTION_DATA_ROAMING_SETTINGS
https://developer.android.com/reference/android/provider/Settings#ACTION_DATA_USAGE_SETTINGS
https://developer.android.com/reference/android/provider/Settings#ACTION_WIRELESS_SETTINGS

1 Like

I don’t think there can be an extension to turn on/off internet connection.
But you can try methods suggested by @kendell_r

1 Like