How to Retrieve the Terminal's IMEI Number: Difference between revisions
Jeff nouse (talk | contribs) m (Jeff moved page How to get IMEI to How to obtain IMEI of terminal) |
Jeff nouse (talk | contribs) m (Jeff moved page How to obtain IMEI of terminal to How to obtain IMEI of the terminal) |
Revision as of 04:48, 29 March 2020
The code snippet is as follows:
TelephonyManager telephonyManager = (TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE); String imei = telephonyManager.getImei(slot index);