Monday, November 16, 2015

Get the unique Android device ID

Get the unique Android device ID

String android_id = Secure.getString(getApplicationContext().getContentResolver(), Secure.ANDROID_ID);

Reference:

http://stackoverflow.com/questions/2785485/is-there-a-unique-android-device-id/5626208#5626208

No comments: