GrapheneOS-Archive / legacy_bugtracker

See the new issue tracker for GrapheneOS at https://github.com/GrapheneOS/os_issue_tracker.
112 stars 11 forks source link

app providing generic storage providers as a better alternative to shared storage #843

Closed thestinger closed 5 years ago

thestinger commented 6 years ago

There are a few possible variants, although it might be confusing to provide all of them.

It could use the keystore to keep data at rest when the profile is locked instead of simply using regular credential encrypted storage. It would eventually be able to migrate to an OS feature providing this directly.

It could also provide the option of directories protected by their own passphrases in addition to the baseline protection.

It would probably be too confusing to offer variants that can remain available when the device is locked, although it would be possible.

thestinger commented 5 years ago

Android Q changes how storage works, and this isn't going to be as useful anymore. It could be revisited for the encryption portion of it, but that's probably also only going to be temporarily useful before the OS makes improvements.