Reputation: 1621
can we receive notification on phone SIM change.
Upvotes: 1
Views: 6061
Reputation: 2920
i think we can get the phone number.. so we can track the change of phone number on SIM change in background process.
TelephonyManager tMgr=(TelephonyManager)mAppContext.getSystemService(Context.TELEPHONY_SERVICE);
mPhoneNumber = tMgr.getLine1Number();
Upvotes: 1