Companion

internal object Companion

Properties

Link copied to clipboard

HARDWARE_GENERIC represents a "generic" hardware, typically used for emulators.

Link copied to clipboard

HARDWARE_GOLDFISH represents a device with "goldfish" hardware, used in some emulators.

Link copied to clipboard

HARDWARE_RANCHU represents a device with "ranchu" hardware, used in some emulators.

Link copied to clipboard

MANUFACTURER_GENYMOTION represents the manufacturer "Genymotion", a platform used for emulation.

Link copied to clipboard

MODEL_ANDROID_SDK_X86 represents a model "Android SDK built for x86", used for x86 emulators.

Link copied to clipboard

MODEL_EMULATOR represents a model "Emulator", used to identify an emulator.

Link copied to clipboard

MODEL_GOOGLE_SDK represents a model "google_sdk", used for Google's SDK devices.

Link copied to clipboard

PRODUCT_EMULATOR represents the product "emulator", used to identify an emulator.

Link copied to clipboard
const val PRODUCT_SDK: String

PRODUCT_SDK represents the product "sdk", used to identify an SDK emulator.

Link copied to clipboard

PRODUCT_VBOX86P represents the product "vbox86p", used in some emulator configurations.