How to Retrieve the Terminal's IMEI Number: Difference between revisions
m (Jeff moved page How to get IMEI to How to obtain IMEI of terminal) |
m (Jeff moved page How to obtain IMEI of terminal to How to obtain IMEI of the terminal) |
(No difference)
|
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);