Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

skip io.appium.* apps uninstall on restart #365

Closed
vdelendik opened this issue Mar 15, 2024 · 1 comment
Closed

skip io.appium.* apps uninstall on restart #365

vdelendik opened this issue Mar 15, 2024 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@vdelendik
Copy link
Contributor

it was discovered for some android devices that appium applications marked as harmful and each apk reinstall requires human approval.
so let's update our appium android startup logic to avoid force uninstall.

the only side effect, we again should mention in migration steps that these io.appium.* apps should be uninstalled manually if needed.
finally, these lines should be removed or commented

  # uninstall appium specific applications
  adb uninstall io.appium.uiautomator2.server.test
  adb uninstall io.appium.uiautomator2.server
  adb uninstall io.appium.settings
  adb uninstall io.appium.unlock
@vdelendik vdelendik added the enhancement New feature or request label Mar 15, 2024
@vdelendik vdelendik added this to the 2.0.14 milestone Mar 15, 2024
@vdelendik
Copy link
Contributor Author

done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Archived in project
Development

No branches or pull requests

1 participant