android.os.Build.SERIAL
Keep in mind the details here will change if you target SDK 26+. In short, you need to use `Build.getSerial()` and hold the PHONE permission. You can read more about it here: https://android-developers.googleblog.com/2017/04/changes-to-device-identifiers-in.html
2 People are following this question.