imei_plugin
imei_plugin copied to clipboard
Random IMEI given
When you use the function getImei() in a device which can take to sim card, the return value change randomly. Is it not possible to retrieve the two values of IMEI if the devices has two IMEI?
you will have to change the logic on ImeiPlugin.java to avoid getting random deviceID on android 10 and above.
you will have to change the logic on ImeiPlugin.java to avoid getting random deviceID on android 10 and above.
Can you share the instructions?