-
Notifications
You must be signed in to change notification settings - Fork 16
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
Permission question #37
Comments
Hello, Thanks for letting me know about the |
Thanks! And you didn't notice any problems with that on Android 13? Should you, the cause might be that you do not request android.permission.READ_EXTERNAL_STORAGE: needed to access downloaded documents
android.permission.WRITE_EXTERNAL_STORAGE: needed to store downloaded documents
Thanks a lot! |
Can you please clarify which scanner you are using? I mostly found 2 of your issues reported elsewhere regarding Footnotes |
It is necessary in combination with READ/WRITE on Android 13+. Related to #37
It is necessary in combination with READ/WRITE on Android 13+. Related to #37
It is necessary in combination with READ/WRITE on Android 13+. Related to #37
Sure. It's my own scanner, as described in Identify modules in apps. The scanner is available as FOSS, and used by several projects – see e.g. here.
That was the company stating they don't collect your location data when you've opted out, and is still getting caught year after year doing exactly that, right? Google can read what that blob really contains, as they have the private key to decrypt it. Nobody else can. So it's a proprietary blob, and we're talking FOSS here. You can keep it with the AABs you upload to PlayStore, but preferably should keep it out of the APKs provided here and via IzzyOnDroid. |
My scanner got an overhaul in January with more checks added, and on today's update reported:
Could you please clarify what the storage permission is needed for? Thanks in advance!
Oh, and that
DEPENDENCY_INFO_BLOCK
is easy to get rid of: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.
The text was updated successfully, but these errors were encountered: