in my application i can enable and disable wifi connection.After disabling wifi connection it switches to mobile network for accessing internet.I want to disable mobile connection also and then enable it after a certain period.I am enabling and disabling wifi using WifiManager. But what to do enable/disable 2g/3g mobile network.Thanks in advance
Asked
Active
Viewed 1,103 times
1 Answers
1
The simplest way (and only one?) is to rename the APN and then rename it back. Is beeing used by many apps

pbu
- 163
- 1
- 2
- 7
-
how to rename APN.Please give some details. – Rasel Mar 30 '11 at 07:04
-
Check this: [link](http://stackoverflow.com/questions/2833198/enable-mobile-network) – pbu Mar 30 '11 at 08:27