Package 

Class CpuInformation

    • Constructor Summary

      Constructors 
      Constructor Description
      CpuInformation(Context context) This class is responsible for fetching the cpu information
    • Method Summary

      Modifier and Type Method Description
      final String getCpuArchitecture() Get the Cpu Architecture 64 bit or 32
      final int getCpuNumOfCores() Get the number of core in cpu
      final String getBogoMIPS() Get the BogoMIPS unit of the cpu
      final String getDevice() DeviceEg.
      final String getCPUGovernor(int core)
      final String getCpuAbi() http://developer.android.com/ndk/guides/abis.htmlNote that we search for abi:s in preferred order (the ordering of theBuild.SUPPORTED_ABIS list) to avoid e.g.
      final int getCpuUsageInPercentage()
      final String getSOC()
      final String getProcessor()
      • 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
    • Constructor Detail

      • CpuInformation

        CpuInformation(Context context)
        This class is responsible for fetching the cpu information