-
public class SystemInformation extends DeviceFingerprint
-
-
Constructor Summary
Constructors Constructor Description SystemInformation(Context context)This class is responsible for fetching the System information
-
Method Summary
Modifier and Type Method Description final StringgetOSVersion()Get Device Os Version final intgetSdkVersion()Get Device sdk version final booleanisDeviceRooted()Get the device root status StringgetDeviceRingerMode()Get the device ringer modeEg. final StringgetSecurityPatchLevel()Get security patch level of the device; final StringgetBuildHost()Get Build host final StringgetBaseBandVersion()Get Base Band Version StringgetVirtualMachine()Returns if the device is using dalvik or any other jvm and its version; final StringgetKernelVersion()Get the kernel version of the device; final StringgetOpenGlVersion(Context context)Get openGL ES Version(Graphic) final StringgetSystemUpTime()final StringgetTreble()Checks if treble is supported; -
Methods inherited from class ai.sensfrx.df.DeviceFingerprint
checkBluetoothStatus, getAMPMFormat, getAllVolumeLevelsInfo, getAppsWithMockPermission, getLockTypeString, getManifestPermissions, getNightModeStatus, getScreenBrightness, isDNDModeEnabled, isDeveloperModeEnabled, isDualSim, isMockLocationEnabled, isPowerSavingModeEnabled, isSimCardLocked -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
SystemInformation
SystemInformation(Context context)
This class is responsible for fetching the System information
-
-
Method Detail
-
getOSVersion
final String getOSVersion()
Get Device Os Version
-
getSdkVersion
final int getSdkVersion()
Get Device sdk version
-
isDeviceRooted
final boolean isDeviceRooted()
Get the device root status
-
getDeviceRingerMode
String getDeviceRingerMode()
Get the device ringer modeEg. Normal, Silent, Vibration
-
getSecurityPatchLevel
final String getSecurityPatchLevel()
Get security patch level of the device;
-
getBuildHost
final String getBuildHost()
Get Build host
-
getBaseBandVersion
final String getBaseBandVersion()
Get Base Band Version
-
getVirtualMachine
String getVirtualMachine()
Returns if the device is using dalvik or any other jvm and its version;
-
getKernelVersion
final String getKernelVersion()
Get the kernel version of the device;
-
getOpenGlVersion
final String getOpenGlVersion(Context context)
Get openGL ES Version(Graphic)
- Parameters:
context- as application
-
getSystemUpTime
final String getSystemUpTime()
-
-
-
-