android - Will TelephonyManger.getDeviceId() return device id for Tablets like Galaxy Tab...? -


I have to get device ID which will be unique to each android device. I am currently developing for a tablet device. Want to get unique device ID and want to store related values ​​...

Therefore, I want to know whether tablet devices use telephony engineer .getDeviceId () ... or <

This is not a duplicate question Google cts requires that telephony No need for the phone's typewriter for the manager and no need for delivery for teletstein. Is In. The manager must be empty for non-phone devices.

To get the IMEI, please try to use:

Unfortunately, SystemProperties is a non-public class in the Android OS, whose This means that it is not publicly available for regular applications, try to see this post to help access it:


Comments