As per my requirement . I want to enable and disable GPRS Programmatically.I Googled for a day , did not able to find any suitable solution for it.
Is it possible to Enable and Disable GPRS through our code…if yes the give me some valuable link or ideas to do this.As apndroid Application use the same thing to achieve the requirement.
As per my requirement . I want to enable and disable GPRS Programmatically.I Googled
Share
Maybe this could help you:
How to disable Mobile Data on Android
Furthermore u can check the current connectionType (GPRS, 2G, LTE etc) with
The TypeConstants are defined in the TelephonyManager Class
http://developer.android.com/reference/android/telephony/TelephonyManager.html
GL