代码之家  ›  专栏  ›  技术社区  ›  Ragunath Jawahar cephus

访问SIM卡详细信息

  •  0
  • Ragunath Jawahar cephus  · 技术社区  · 15 年前

    2 回复  |  直到 15 年前
        2
  •  1
  •   Arun Chand    12 年前

    mTelephonyMgr = (TelephonyManager)getSystemService(Context.TELEPHONY_SERVICE);
                String imei = mTelephonyMgr.getDeviceId();
                String country= mTelephonyMgr.getSimCountryIso();
                String SimOperator =mTelephonyMgr.getSimOperatorName();
                String SimSerialNumber= mTelephonyMgr.getSimSerialNumber();
                int SimState= mTelephonyMgr.getSimState();
                String SubscriberId= mTelephonyMgr.getSubscriberId();
                String DeviceId= mTelephonyMgr.getDeviceId();
                String mob=mTelephonyMgr.getLine1Number();