Android Developer Device ID Depricated
Android has changed the getDeviceID()
it says to use @link getMeid which user READ_PHONE_STATE permission where the security level of this permission is Dangerous
As the permission level is dangerous i m looking for any alternate way to Get IMEI Number.
I tried using getUniqueid()
but it is generating a unique number each time.
Kindly let me know any alternate way to maintain device singularity. Thanks in Advance.