Conversation

> set ‘owner only read’ permissions on files it writes to external storage The usual storage location for apps is in their internal app sandbox. External means outside of the app sandbox and requesting access to external storage is a legacy approach to sharing data between apps.
1
2
The whole point of external storage is that it's shared storage between apps. The ability to request global access to it was a poor design that started to be phased out in Android 4.4 which introduced granting case-by-case file access instead. 5.0 extended that to directories.
1
2
Unfortunately, there was massive pushback against Scoped Storage from anti-privacy app developers. They successfully misrepresented the feature and used journalists and power user communities as tools to fight against it. Apps can now opt-out of it until the Android R API level.
1
3
Scoped Storage will be available within a month or two. The approach is fully compatible with legacy applications as I explained above. There is no need for something like Scoped Storage rather than using the actual feature so I don't really understand the question you're asking.
2
1
It would have been better for GrapheneOS if the campaign against this privacy / security enhancement hadn't been successful. Apps using the Storage Access Framework (i.e. having users choose files / directories via the system UI) provides better UX than scoping legacy access.
2
4
Journalists jumped at the opportunity to push the narrative that Google was removing functionality and the ability to have things like third party file managers. They didn't make any real attempt to provide accurate or honest coverage and just jumped on the outrage bandwagon.
1
1
It's a systemic issue with journalism and isn't at all specific to this. There's little interest in actually informing people with accurate and honest stories. They would much rather push populist narratives appealing to people's desire to be outraged and ignoring the real facts.
1
1
Show replies