标签:android io sp on c line ad text bs
TelephonyManager tm = (TelephonyManager)context.getSystemService(Context.TELEPHONY_SERVICE);
String imei = tm.getDeviceId();
String tel = tm.getLine1Number();
String imsi = tm.getSubscriberId();//得到用户Id
<uses-permission android:name="android.permission.READ_PHONE_STATE"/>
标签:android io sp on c line ad text bs
原文地址:http://www.cnblogs.com/xubuhang/p/3955873.html