AndroidDeviceInfo
Device information snapshot for Android devices and emulators.
Returned by Page.get_device_info on Android.
Inherits: DeviceInfo
Properties
available_ram_size- Total available RAM size in bytes.board- The name of the underlying board, like"goldfish".bootloader- The system bootloader version number.brand- The consumer-visible brand with which the product/hardware will be associated, if any.device- The name of the industrial design.display- A build ID string meant for displaying to the user.fingerprint- A string that uniquely identifies this build.free_disk_size- Free disk size in bytes.hardware- The name of the hardware (from the kernel command line or /proc).host- Hostname.id- Either a changelist number, or a label like"M4-rc20".is_low_ram_device-Trueif the application is running on a low-RAM device,Falseotherwise.is_physical_device-Falseif the application is running in an emulator,Trueotherwise.manufacturer- The manufacturer of the product/hardware.model- The end-user-visible name for the end product.name- The name of the device.physical_ram_size- Total physical RAM size in bytes.product- The name of the overall product.supported_32_bit_abis- An ordered list of 32 bit ABIs supported by this device.supported_64_bit_abis- An ordered list of 64 bit ABIs supported by this device.supported_abis- An ordered list of ABIs supported by this device.system_features- Describes what features are available on the current device.tags- Comma-separated tags describing the build, like"unsigned,debug".total_disk_size- Total disk size in bytes.type- The type of build, like"user"or"eng".version- Android operating system version values derived fromandroid.os.Build.VERSION.
Properties
boardinstance-attribute
board: strThe name of the underlying board, like "goldfish".
More info: https://developer.android.com/reference/android/os/Build#BOARD
bootloaderinstance-attribute
bootloader: strThe system bootloader version number.
More info: https://developer.android.com/reference/android/os/Build#BOOTLOADER
brandinstance-attribute
brand: strThe consumer-visible brand with which the product/hardware will be associated, if any.
More info: https://developer.android.com/reference/android/os/Build#BRAND
deviceinstance-attribute
device: strThe name of the industrial design.
More info: https://developer.android.com/reference/android/os/Build#DEVICE
displayinstance-attribute
display: strA build ID string meant for displaying to the user.
More info: https://developer.android.com/reference/android/os/Build#DISPLAY