forked from square/dagger
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
2.28 dagger-android(-support) adding AndroidManifest permissions #1864
Comments
Thanks for reporting this, looks like implicit system permissions are being merged because we missed adding a |
netdpb
pushed a commit
that referenced
this issue
Jun 1, 2020
Otherwise implicit merged permissions show up in users AndroidManifest. Fixes #1864 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=313641991
Merged
netdpb
pushed a commit
that referenced
this issue
Jun 1, 2020
Otherwise implicit merged permissions show up in users AndroidManifest. Fixes #1864 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=313641991
connyduck
added a commit
to tuskyapp/Tusky
that referenced
this issue
Jun 4, 2020
rob-patchett
pushed a commit
to ProtonVPN/android-app
that referenced
this issue
Jun 12, 2020
3 tasks
a1batross
pushed a commit
to FWGS/Husky
that referenced
this issue
Feb 12, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Updating to 2.28 on either of the Android specific Dagger dependencies is adding the following permissions to the
AndroidManifest
file:The merge log in Android Studio reports these are coming from
dagger.lint
See here for a blank example project with just the
dagger-android
anddagger-android-support
dependencies and here for an APK comparison output on a project after an update from 2.27 to 2.28The text was updated successfully, but these errors were encountered: