I'm having difficulty getting a single, fixed value in C #, so I need to get a value like this, for security reasons in my software.
I have tried using SystemInfo.deviceUniqueIdentifier
, but unfortunately when turning off the wifi of the device this value changes, the same in Windows if you connect any device to USB it will change too.
In Windows I solved the problem by taking the physical number of the HD.
I have tried the IMEI but it only works on devices that have telephony chip support.
How do I get this value on Android?