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

feat: Add a capability for enforced app installation #573

Merged
merged 3 commits into from
Sep 11, 2019

Conversation

mykola-mokhnach
Copy link
Contributor

Currently the default app installation algorithm verifies if the package with the same identifier is already present on the device and does not perform reinstall or downgrade if the installed package version is equal/greater in comparison to the current one. Although, for some users such behaviour might be undesired. The newly added capability called enforceAppInstall if set to true always enforces the installation of the current app (app) even if the same or the newer app version is already present on the device under test.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant