-
public class SystemInformation
-
-
Field Summary
Fields Modifier and Type Field Description private longfirstInstallTime
-
Method Summary
Modifier and Type Method Description longgetFirstInstallTime()static voidsetLibraryInfo(String libName, String libVersion)static SystemInformationgetInstance(Context context)static SystemInformationgetInstance(Context context, TimeZone timeZone)booleanhasNotBeenUpdatedSinceInstall()StringgetAppVersionName()Map<String, Object>getDeviceInfo()StringgetDeviceId()StringgetCurrentNetworkType()JSONObjectcurrentPresetProperties()StringgetRAM(Context context)Obtain the RAM information of the phone. StringgetDisk(Context context, boolean isExternal)-
-
Method Detail
-
getFirstInstallTime
long getFirstInstallTime()
-
setLibraryInfo
static void setLibraryInfo(String libName, String libVersion)
-
getInstance
static SystemInformation getInstance(Context context)
-
getInstance
static SystemInformation getInstance(Context context, TimeZone timeZone)
-
hasNotBeenUpdatedSinceInstall
boolean hasNotBeenUpdatedSinceInstall()
-
getAppVersionName
String getAppVersionName()
-
getDeviceInfo
Map<String, Object> getDeviceInfo()
-
getDeviceId
String getDeviceId()
-
getCurrentNetworkType
String getCurrentNetworkType()
-
currentPresetProperties
JSONObject currentPresetProperties()
-
-
-
-