Exemplo n.º 1
0
 /**
  * A 64-bit number (as a hex string) that is randomly generated on the device's first boot and
  * should remain constant for the lifetime of the device. (The value may change if a factory reset
  * is performed on the device.)
  */
 public static String androidId() {
   return Secure.getString(ContextManager.contentResolver(), Secure.ANDROID_ID);
 }