String android_id = Settings.Secure.getString(this.getContentResolver(), Settings.Secure.ANDROID_ID); 
String deviceId = md5(android_id).toUpperCase(); 
Log.i("device id=",deviceId);


+ Recent posts