-
public class StorageInformation extends DeviceFingerprint
-
-
Constructor Summary
Constructors Constructor Description StorageInformation(Context context)
-
Method Summary
Modifier and Type Method Description final StringgetReadableAvailableInternalMemorySize()final StringgetReadableTotalInternalMemorySize()final longgetUsedMemoryInPercentage()booleanisOnExternalStorage(Context context)-
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
-
StorageInformation
StorageInformation(Context context)
-
-
Method Detail
-
getReadableAvailableInternalMemorySize
final String getReadableAvailableInternalMemorySize()
-
getReadableTotalInternalMemorySize
final String getReadableTotalInternalMemorySize()
-
getUsedMemoryInPercentage
final long getUsedMemoryInPercentage()
-
isOnExternalStorage
boolean isOnExternalStorage(Context context)
-
-
-
-