Skip to content
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

Ensure our Room database is not backed up #102

Open
davidz25 opened this issue Aug 10, 2022 · 1 comment
Open

Ensure our Room database is not backed up #102

davidz25 opened this issue Aug 10, 2022 · 1 comment
Labels
appholder For issues related to the reference mdoc holder app

Comments

@davidz25
Copy link
Contributor

According to https://developer.android.com/guide/topics/data/autobackup this database ends up being backed up and restored. We should probably opt out of doing that since all of these documents will reference HW-backed keys that are not backed up and restored.

@davidz25
Copy link
Contributor Author

davidz25 commented Sep 5, 2022

We already android:allowBackup="false" in the manifest so this is not an issue.

@suzannajiwani suzannajiwani added the appholder For issues related to the reference mdoc holder app label May 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
appholder For issues related to the reference mdoc holder app
Projects
None yet
Development

No branches or pull requests

2 participants