class SerialNumberFactory extends Object
Modifier and Type | Field and Description |
---|---|
private static String |
serialNumber |
Constructor and Description |
---|
SerialNumberFactory() |
Modifier and Type | Method and Description |
---|---|
static String |
getSerialNumber()
Returns the serial number for the android device, or null if it does not exist.
|
private static void |
initSerialNumberCompatibility()
Uses reflection to access the serial number for the android device.
|
private static String serialNumber
public static String getSerialNumber()
private static void initSerialNumberCompatibility()