You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 18, 2024. It is now read-only.
Could you please clarify what those permissions are needed for?
Concerning DEPENDENCY_INFO_BLOCK, that can easily be avoided via a tiny adjustment to your build.gradle:
android {
dependenciesInfo {
// Disables dependency metadata when building APKs.
includeInApk =false// Disables dependency metadata when building Android App Bundles.
includeInBundle =false
}
}
For some background: that BLOB is supposed to be just a binary representation of your app's dependency tree. But as it's encrypted with a public key belonging to Google, only Google can read it – and nobody else can even verify what it really contains. More details can be found e.g. here: Ramping up security: additional APK checks are in place with the IzzyOnDroid repo.
Thanks in advance!
Steps to reproduce
n/a
Android version
n/a
App version
versionCode 1042
Screenshots or videos
No response
Solution
No response
Additional context
No response
Acknowledgements
I have searched the existing issues and this is a new and no duplicate or related to another open issue.
I have written a short but informative title.
I filled out all of the requested information in this issue properly.
Type
Other
Bug description
We've just received a scanner warning at IzzyOnDroid:
Could you please clarify what those permissions are needed for?
Concerning
DEPENDENCY_INFO_BLOCK, that can easily be avoided via a tiny adjustment to yourbuild.gradle:For some background: that BLOB is supposed to be just a binary representation of your app's dependency tree. But as it's encrypted with a public key belonging to Google, only Google can read it – and nobody else can even verify what it really contains. More details can be found e.g. here: Ramping up security: additional APK checks are in place with the IzzyOnDroid repo.
Thanks in advance!
Steps to reproduce
n/a
Android version
n/a
App version
versionCode 1042
Screenshots or videos
No response
Solution
No response
Additional context
No response
Acknowledgements