How to Retrieve the Terminal's IMEI Number: Difference between revisions

From wizarPOS
(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);