j2me MIDP: detecting if phone has a data plan

Posted by SB on Stack Overflow See other posts from Stack Overflow or by SB
Published on 2010-04-05T13:42:48Z Indexed on 2010/04/05 13:43 UTC
Read the original article Hit count: 486

Filed under:
|

Is there a way to determine what kind of data plan a device has so an app provides a less rich experience if a data plan is not available? I imagine the connector factory would still be able to return me an HTTPConnection but it would cost the user serious money for lots of data, and I'd like to be nice and prevent that.

I thought there would be a way to query device capabilities in the MIDP API, but maybe it's in CLDC?

© Stack Overflow or respective owner

Related posts about j2me

Related posts about midp