-
-
Notifications
You must be signed in to change notification settings - Fork 11
feat: Add option to update app ownership #1
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
Conversation
- Added `getSdkVersion` to `JadbDevice` - Made public `InstallOption` init (so custom string options can be passed, such as "--update-ownership")
|
Not sure if pom.xml is automatically bumped or it's manual here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Instead of publicizing the constructor, simply add a new puböic final InstallOption field like it is done below.
|
Pom needs to be bumped manually. You can set it to 1.2.1.1 |
|
This PR should be upstreamed, open it in upstream as well once its merged here. |
|
Why? Making the constructor public adds versability to this library, else every time we want to add a new flag we have to add it like this..
|
|
Because the PR is supposed to add support for add ownership not change the initial design of the class. I don't know why it was private, but there quite surely is a reason this PR is not supposed to address. |
getSdkVersiontoJadbDeviceInstallOptioninit (so custom string options can be passed, such as "--update-ownership")