-
public class DeviceUtils
-
-
Method Summary
Modifier and Type Method Description static StringgetModelName()Get device model name. static StringgetManufacturer()Get device manufacturer. static StringgetOsVersion()Get the system version. -
-
Method Detail
-
getModelName
@NonNull() static String getModelName()
Get device model name.
-
getManufacturer
@NonNull() static String getManufacturer()
Get device manufacturer.
-
getOsVersion
@NonNull() static String getOsVersion()
Get the system version.
-
-
-
-