feat: GetPackageInfo for android

This commit is contained in:
lilong.129
2024-09-13 21:59:48 +08:00
parent f8c2c3c7fb
commit b8e1dda6fc
4 changed files with 34 additions and 1 deletions

View File

@@ -487,9 +487,10 @@ type IDevice interface {
StartPcap() error
StopPcap() string
Install(appPath string, opts *InstallOptions) error
Uninstall(packageName string) error
Install(appPath string, opts *InstallOptions) error
GetPackageInfo(packageName string) (AppInfo, error)
}
type ForegroundApp struct {