Possible Solutions here : How to disable Mobile Data on Android
In http://developer.android.com/reference/android/net/ConnectivityManager.html we see how we can query different network availability. is there a way to tell the device to not use GPRS/ other data?
Want a way to do what happens in the settings/Wireless and networks/Mobile networks when you toggle 'Use packet data'
Want API to disable the cellular one, not the WIFI. WIFI is already off. Want it to remain off. goal is to give a quicker UI to switch 'Use packet data' off and on, without changing anything else via my application which the user can keep a shortcut too or configure to switch of packet data at certain times of the day or under other conditions