Hi is there any way that i can get the phone number directly from the SIM?
On Wednesday, June 13, 2012 10:26:48 AM UTC+5:30, narayana reddy wrote: > > > > > telephonyManager = >> (TelephonyManager)getSystemService(Context.TELEPHONY_SERVICE); >> String phoneNumber = telephonyManager.getLine1Number(); >> >> >> But in you phone set some settings > >> >> Contacts>menu>my profile>add u information >> > > <uses-permission android:name="android.permission.READ_OWNER_DATA"/> > <uses-permission android:name="android.permission.READ_PHONE_STATE"/> > >> >> >> -- >> Regards, >> Narayanareddy.B >> 9032478372 >> >> > > > -- > Regards, > Narayanareddy.B > 9032478372 > > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

