Ajay Singh
Ajay Singh

Reputation: 1621

Phone SIM change notification

can we receive notification on phone SIM change.

Upvotes: 1

Views: 6061

Answers (1)

Jana
Jana

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

Related Questions