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
String android_id = Secure.getString(getApplicationContext().getContentResolver(), Secure.ANDROID_ID);
No comments:
Post a Comment