Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrPackageNotExist = errors.New("package does not exist")
)
Functions ¶
Types ¶
type PackageInfo ¶
func StatPackage ¶
func StatPackage(d *adb.Device, packageName string) (PackageInfo, error)
StatPackage returns PackageInfo If package not found, err will be ErrPackageNotExist
Click to show internal directories.
Click to hide internal directories.