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
+4
View File
@@ -733,3 +733,7 @@ func (dev *IOSDevice) RunXCTest(bundleID string) (cancel context.CancelFunc, err
return cancel, nil
}
func (dev *IOSDevice) GetPackageInfo(packageName string) (AppInfo, error) {
return AppInfo{}, nil
}