Files
go-mobile-uiautomator/services/doc.go

9 lines
463 B
Go
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
// Package services 提供了 UIAutomator2 服务的安装和部署功能。
//
// 本包负责将 UIAutomator2 相关的资源文件推送到 Android 设备并完成安装:
// - InstallServiceJar推送 u2.jar 到设备(自动检查设备端是否已存在,避免重复推送)
// - InstallServiceApk推送并安装 UIAutomator2 APK
//
// 通常无需直接调用本包libs.NewDevice() 会自动完成服务安装和启动。
package services