Package 

Class SystemInformation

    • 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 String getOSVersion() Get Device Os Version
      final int getSdkVersion() Get Device sdk version
      final boolean isDeviceRooted() Get the device root status
      String getDeviceRingerMode() Get the device ringer modeEg.
      final String getSecurityPatchLevel() Get security patch level of the device;
      final String getBuildHost() Get Build host
      final String getBaseBandVersion() Get Base Band Version
      String getVirtualMachine() Returns if the device is using dalvik or any other jvm and its version;
      final String getKernelVersion() Get the kernel version of the device;
      final String getOpenGlVersion(Context context) Get openGL ES Version(Graphic)
      final String getSystemUpTime()
      final String getTreble() Checks if treble is supported;
      • Methods inherited from class ai.sensfrx.df.DeviceFingerprint

        checkBluetoothStatus, getAMPMFormat, getAllVolumeLevelsInfo, getAppsWithMockPermission, getGpuInfo, getLockTypeString, getManifestPermissions, getNightModeStatus, getScreenBrightness, isCustomROM, isDNDModeEnabled, isDeveloperModeEnabled, isDualSim, isMockLocationEnabled, isPowerSavingModeEnabled, isSimCardLocked
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait