I want to get phone serial number by programming to registration configuration of my application and number of users and phones that my app has been installed on them.
Can I get that?
and can I get phone model that my app has been installed on them?
Have there ever been reported cases of duplicate IMEI numbers, whether un-intentional or deliberate? Yes, it's possible. There are some IMEI Changer programs on the internet, and on some phones it's possible to change the IMEI.
No. They're both tied to the phone itself. Every phone has its own IMEI and serial number. The International Mobile Equipment Identity (IMEI) number is a unique identification number used by phone companies to link the device to a particular user account.
A smartphone's IMEI is like a digital fingerprint: unique to each and every device. It's used by telecom companies to provide network connectivity on a SIM card, and since the IMEI number of two devices cannot be the same, it's also used to track and trace lost devices or criminals.
pls refer this https://stackoverflow.com/a/1972404/951045
TelephonyManager mngr = (TelephonyManager)getSystemService(Context.TELEPHONY_SERVICE);
mngr.getDeviceId();
add READ_PHONE_STATE
permission to AndroidManifest.xml
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With