Replies: 2 comments 4 replies
-
I guess the storage permissions are used for import/export of bookmarks |
Beta Was this translation helpful? Give feedback.
0 replies
-
Aren't you using Storage Access Framework (SAF) there? For export/import, just a single directory would be needed – and minSdk is set to 5.1, so SAF is available for all affected Android versions and would fit in nicely. If not, then of course this could be the reason ( Can you please check, Marcel? And also include the |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My scanner got some new checks implemented in January, on on today's release reported:
Can you please clarify what the storage permissions (READ and WRITE) are needed for? As for
DEPENDENCY_INFO_BLOCK
, that can easily be avoided: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.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions