Documentation ¶
Index ¶
Constants ¶
View Source
const Sleep = 4 * time.Second
Variables ¶
View Source
var LogLevel format.LogLevel
View Source
var Phone = Config{ DeviceFeature: []String{ "android.software.midi", "android.hardware.microphone", "android.software.device_admin", "android.hardware.touchscreen", "android.hardware.wifi", "android.hardware.location.gps", "android.hardware.camera", "android.hardware.location", "android.hardware.screen.portrait", "android.hardware.bluetooth", "android.hardware.bluetooth_le", "android.hardware.camera.autofocus", "android.hardware.usb.host", "android.hardware.sensor.compass", "android.hardware.telephony", "android.hardware.screen.landscape", }, GLESversion: 0x0003_0001, SystemSharedLibrary: []String{ "android.test.runner", "global-miui11-empty.jar", }, TouchScreen: 3, }
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { DeviceFeature []String GLESversion Varint GLextension String HasHardKeyboard Varint Keyboard Varint ScreenDensity Varint ScreenLayout Varint TouchScreen Varint }
These can use default values, but they must all be included
type Delivery ¶
type Delivery struct { DownloadURL String SplitDeliveryData []SplitDeliveryData }
func (Delivery) Data ¶
func (d Delivery) Data() []SplitDeliveryData
type Details ¶
type Device ¶
func OpenDevice ¶
type SplitDeliveryData ¶
Click to show internal directories.
Click to hide internal directories.