Is it possible to find if the phone has an active data plan i.e how does the application detect if it can use 3G to communicate with a back end server. Please point me to sample code.
Asked
Active
Viewed 621 times
-4
-
2You should clarify data plan. – auselen Dec 26 '12 at 13:34
-
You mean if it is currently connected to the 3G service? – kabuto178 Dec 26 '12 at 13:38
1 Answers
2
Nope, I don't think it's feasible.
Edit What utmost you can do is find if Internet is available or not. Data plan is provided by the network providers, so it's up to them. If they provide some sort of APIS (they won't though), then of course you can.

Yauraw Gadav
- 1,706
- 1
- 18
- 39