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();
source share