2

We are using the Serial number and IMEI in an application and we have observed that there are many Pixel, Samsung and Motorola devices where either the serial number or IMEI has been changed.

What could be reason ?

  1. Due to OS update ?

  2. Access this data in background ?

  3. Manufacturer defect

  4. Fetching these details during OS update process ?

  5. Could be possible some time, but in next re-try will get correct one ?

Note: We have observed this only in Android OS Version 7,8,9. We are using

For IMEI:

TelephonyManager telephonyManager = (TelephonyManager) mAppContext.getSystemService(Context.TELEPHONY_SERVICE);
imei= telephonyManager.getDeviceId();

For serial number:

Build.SERIAL
Michael Dodd
  • 10,102
  • 12
  • 51
  • 64
Hardik Bambhania
  • 1,732
  • 15
  • 25

0 Answers0