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

Add flag to only pull APK from phone if it is already installed #5

Open
conorgil opened this issue Apr 21, 2022 · 0 comments
Open

Add flag to only pull APK from phone if it is already installed #5

conorgil opened this issue Apr 21, 2022 · 0 comments

Comments

@conorgil
Copy link
Member

As written, if an APK with the given package ID is already installed on the phone, then the script will pull it from the phone onto the laptop. However, if such an APK is not installed, then it will automatically open the Google Play store, install the APK, and then pull it from the phone to the laptop.

There are use-cases where installing the app is not desirable if it is not already installed.

Add a flag such that the APK will only be pulled from the phone if it is present and it WILL NOT be installed if it is not present.

Something like --skip-install or --pull-only

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

No branches or pull requests

1 participant