手机SIM卡更改通知

时间:2011-04-05 07:45:51

标签: android

我们是否可以收到有关手机SIM卡更改的通知。

1 个答案:

答案 0 :(得分:1)

我想我们可以获取电话号码..所以我们可以跟踪SIM卡在后台进程中的电话号码变化。

 TelephonyManager tMgr=(TelephonyManager)mAppContext.getSystemService(Context.TELEPHONY_SERVICE);
mPhoneNumber = tMgr.getLine1Number();