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