TelephonyManager tm = (TelephonyManager)RegistActivity.this.getSystemService(Context.TELEPHONY_SERVICE);
String phoneNo=tm.getLine1Number();读取手机号码
最新推荐文章于 2021-09-10 14:12:41 发布
TelephonyManager tm = (TelephonyManager)RegistActivity.this.getSystemService(Context.TELEPHONY_SERVICE);
String phoneNo=tm.getLine1Number();
被折叠的 条评论
为什么被折叠?
