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.device_admin", "android.hardware.sensor.gyroscope", "android.hardware.vr.high_performance", "android.software.vr.mode", "android.hardware.touchscreen", "android.hardware.wifi", "android.hardware.camera", "android.hardware.location", "android.hardware.screen.portrait", "android.hardware.location.gps", "android.hardware.sensor.accelerometer", "android.hardware.touchscreen.multitouch", "android.hardware.touchscreen.multitouch.distinct", "android.hardware.vulkan.level", "android.hardware.vulkan.version", "android.hardware.screen.landscape", "android.hardware.microphone", "android.hardware.bluetooth", "android.hardware.bluetooth_le", "android.hardware.camera.autofocus", "android.hardware.usb.host", "android.hardware.telephony", "android.hardware.location.network", }, GLESversion: 0x0003_0001, GLextension: "GL_OES_compressed_ETC1_RGB8_texture", NativePlatform: []String{ "x86", "armeabi-v7a", "arm64-v8a", }, SystemSharedLibrary: []String{ "global-miui11-empty.jar", }, TouchScreen: 3, }
View Source
var TV = Config{ DeviceFeature: []String{ "android.hardware.type.television", "com.google.android.tv", "android.hardware.screen.landscape", "android.software.leanback", "android.hardware.wifi", }, GLESversion: 0x20000, NativePlatform: []String{ "x86", "armeabi-v7a", }, }
View Source
var Tablet = Config{ DeviceFeature: []String{ "org.chromium.arc", "android.hardware.touchscreen", }, }
com.google.android.apps.youtube.music.pwa
Functions ¶
This section is empty.
Types ¶
type Config ¶ added in v1.2.1
type Config struct { DeviceFeature []String GLESversion Varint GLextension String HasHardKeyboard Varint Keyboard Varint NativePlatform []String ScreenDensity Varint ScreenLayout Varint TouchScreen Varint }
These can use default values, but they must all be included
type Delivery ¶ added in v1.1.9
type Delivery struct { DownloadURL String SplitDeliveryData []SplitDeliveryData }
func (Delivery) Data ¶ added in v1.8.7
func (d Delivery) Data() []SplitDeliveryData
type Details ¶ added in v1.0.1
type Device ¶ added in v1.0.6
func OpenDevice ¶ added in v1.5.6
type SplitDeliveryData ¶ added in v1.3.0
Click to show internal directories.
Click to hide internal directories.