SIM Change Notification

can we get a notification about changing the SIM card of the phone.

+1
source share
1 answer

I think we can get a phone number. Therefore, we can track the change in the phone number when the SIM card changes in the background.

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

All Articles