Programmatically, what ever ConnectivityManager offers. This requires
proper permission (define in manifest)
http://developer.android.com/reference/android/net/ConnectivityManager.html
Then there's the option to send a user to Android's connectivity
settings; like so:
Intent myIntent = new
Intent(Settings.ACTION_WIRELESS_SETTINGS);
startActivity(myIntent);
On May 25, 8:22 am, dashman <[email protected]> wrote:
> is there a way to turn mobile data OFF and ON again.
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en