0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-19 19:42:17 +02:00
Anki-Android/docs/scoped_storage
David Allison f3d762287e feat(scoped-storage): Add consent dialog
To release on the Play Store, we need to implement scoped storage

Since the migration to scoped storage can take a while, and has a low,
but nonzero chance at data corruption, we want to show a dialog to the
user, ensuring that:

* They understand that we need to do this
* They understand the risks
* They have backed up
* They won't uninstall the app before/during
  the migration

We also add a link to https://github.com/ankidroid/Anki-Android/wiki/Storage-Migration-FAQ
to ensure that users are informed.

Since we can set "preserveLegacyExternalStorage", we don't need the
user to immediately migrate, but this stops working if the user
uninstalls, and the directory becomes inaccessible

Issue 5304
2022-01-02 13:13:34 -05:00
..
consent.md feat(scoped-storage): Add consent dialog 2022-01-02 13:13:34 -05:00
README.md feat(scoped-storage): Add consent dialog 2022-01-02 13:13:34 -05:00