-
Notifications
You must be signed in to change notification settings - Fork 192
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
Question on permissions #95
Comments
|
Thanks! Added to the allow list then: If you want reasons for the other permissions to be shown there as well, be welcome to list them here and I'll add them. As for the 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. |
I have explanations for most permissions in the terms doc: https://github.com/zacharee/Tweaker/blob/master/app/src/main/assets/terms.md. For the blob thing, I can add that block to exclude it I think. I wish Google would stop being so ridiculous with this stuff. |
My scanner got some additional checks recently, and reported on today's update:
Could you please clarify what those are needed for? Thanks in advance!
The text was updated successfully, but these errors were encountered: