[android-developers] Re: How to fetch Mobile Number

2009-11-21 Thread Nishant
Hi, I have tried it in emulator. It should return 5554 But it gives me another number. Thanks & Regards, Nishant Shah -- 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

[android-developers] Re: How to fetch Mobile Number

2009-11-21 Thread Nithin
Hi Nishant, Just try getLine1Number() in the TelephonyManager. It may help Thanks Nithin On Nov 21, 11:57 am, Nishant wrote: > Hi, > > Is it possible to fetch Owner Mobile number. > I have got the operator name but not able to fetch the Mobile Number. > > Which intent will be used? > > Regard