[android-developers] Re: How to check telephony is available

2011-04-28 Thread vadim
Checking the phone number will not necessarily work. As I understand it, it's up to the carrier to write the phone number onto the SIM card, and some don't. My T-Mobile Nexus One reports it as unknown. On Apr 26, 1:38 am, cool rss feed wrote: > I am not sure the PackageManager.FEATURE_TELEPHONY w

[android-developers] Re: How to check telephony is available

2011-04-26 Thread lbendlin
see this recent discussion: https://groups.google.com/forum/#!topic/android-developers/yC39Z4v-oFs -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe fro

[android-developers] Re: How to check telephony is available

2011-04-26 Thread b_t
The HTC EVO 4G has factory rom. On Apr 26, 12:07 pm, b_t wrote: > > I am not sure the PackageManager.FEATURE_TELEPHONY will return false > > as you described. > > I'm sure. Users wrote me and I asked them to check it. This feature is > missing > in their devices. One of the users has HTC EVO 4G,

[android-developers] Re: How to check telephony is available

2011-04-26 Thread b_t
> I am not sure the PackageManager.FEATURE_TELEPHONY will return false > as you described. I'm sure. Users wrote me and I asked them to check it. This feature is missing in their devices. One of the users has HTC EVO 4G, the other has HTC Sprint Hero devices. > But if what you described is correc

[android-developers] Re: How to check telephony is available

2011-04-26 Thread cool rss feed
I am not sure the PackageManager.FEATURE_TELEPHONY will return false as you described. But if what you described is correct, why dont you check the IMSI or the phone number? Terence On Apr 26, 4:30 pm, b_t wrote: > Hi, > > Is there any way to check if telephony is available? > > Checking for Pa