-
-
Notifications
You must be signed in to change notification settings - Fork 21
feat: Request the update ownership enforcement #71
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
src/commonMain/kotlin/app/revanced/library/installation/installer/AdbInstaller.kt
Outdated
Show resolved
Hide resolved
src/commonMain/kotlin/app/revanced/library/installation/installer/AdbInstaller.kt
Outdated
Show resolved
Hide resolved
src/commonMain/kotlin/app/revanced/library/installation/installer/AdbInstaller.kt
Outdated
Show resolved
Hide resolved
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.
Changes to LocalInstaller are missing in this PR
src/androidMain/AndroidManifest.xml
Outdated
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.
Is adding the manifest like this correct?
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.
I don't think that libraries can have a manifest. Basically the target apps manifest needs to add this, you can (maybe) remove the file
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.
Should be ok now, I didn't see that for other permissions the lint debug error was just suppressed. I did the same.
However the new JADB version is still not released, can you manually do it?
Thank you for contributing to ReVanced. Join us on Discord to receive a role for your contribution. |
# [3.2.0-dev.1](v3.1.1-dev.1...v3.2.0-dev.1) (2025-05-27) ### Features * Request the update ownership enforcement ([#71](#71)) ([be0f6bf](be0f6bf))
Depends on ReVanced/jadb#1.