FireflyApi system information
3.1 System information
-
FireflyApiversion information
Function:public String getFireflyApiVersion()Description:FireflyApi version informationExample: -
Get the current device model
Function:public String getAndroidModel()Description:Get the current device modelExample: -
Get the current device android system version
Function:public String getAndroidVersion()Description:Get the current device android system versionExample: -
Get the RAM size of the device. The unit of measurement is MB
Function:public long getRamSpace()Description:Get the RAM size of the device. The unit of measurement is MBReturn:Returns the RAM size in MBExample: -
Get the RAM size of the device and format it as String
Function:public String getFormattedRamSpace()Description:Get the RAM size of the device and format it as StringReturn: The RAM size of the device, String format (1.5GB)Example: -
Get the built-in Flash size of the device. The unit of measurement is MB
Function:public long getFlashSpace()Description:Get the built-in Flash size of the device. The unit of measurement is MBReturn: Returns the Flash size in MBExample: -
Get the built-in Flash size of the device,and format it as String
Function:public String getFormattedFlashSpace()Description:Get the built-in Flash size of the device,and format it as StringReturn: The Flash size of the device, String format (1.5GB)Example: -
Get the firmware kernel version of the device
Function:public String getFormattedKernelVersion()Description:Get the firmware kernel version of the deviceReturn: Kernel versionExample: -
Get the firmware system version and compile date of the device
Function:public String getAndroidDisplay()Description:Get the firmware system version and compile date of the deviceReturn: Firmware system version and compile dateExample: