1 2 3
public static String getDeviceUDID(Context ctx) { return Secure.getString(ctx.getContentResolver(),Secure.ANDROID_ID); }