获取MIEI标识

String myIMSI = android.os.SystemProperties.get(android.telephony.TelephonyProperties.PROPERTY_IMSI);

获取手机号

TelephonyManager telephonyMgr = (TelephonyManager)context.getSystemService(Context.TELEPHONY_SERVICE);
return telephonyMgr.getLine1Number();


相关文章:

  • 2022-12-23
  • 2021-11-17
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-17
猜你喜欢
  • 2021-11-25
  • 2021-12-10
  • 2022-12-23
  • 2022-12-23
  • 2021-12-10
  • 2022-02-02
相关资源
相似解决方案