Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question
2  
You 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

closed as not a real question by Padma Kumar, MAC, Graham Smith, IceMAN, Frank van Puffelen Dec 26 '12 at 14:29

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

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.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.