I am planning to get the Simcard number inserted in the android devices. So for that , i am trying this coding snippet,
TelephonyManager tm = (TelephonyManager)this.getApplicationContext().getSystemService(Context.TELEPHONY_SERVICE); String phoneNumber= tm.getSimcardNumber();
my question is , Whether I can get Simcard Number of all the Network Providers or not. Please suggest me . Looking forward to the reply.
Regards Anand