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

Make it possible to preserve internal app data on uninstall #769

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

dloebl
Copy link

@dloebl dloebl commented May 22, 2021

Since Android 10 it is possible to preserve the internal app data on uninstall (see screenshot attached):
https://developer.android.com/reference/android/R.attr#hasFragileUserData
https://developer.android.com/guide/topics/manifest/application-element#fragileuserdata

This would be useful, as the wallet data can be preserved across uninstallations on the same device.
monerjuo_preserve

@ghost
Copy link

ghost commented Jun 19, 2021

Cool. Haven't tested yet but approve otherwise. Since there is now internal data being used that could alleviate some concerns about losing wallet data.

@m2049r
Copy link
Owner

m2049r commented Jul 20, 2021

is this tested across an uninstall/reinstall as the keys used to encrypt the wallet files (probably) get deleted rendering the files useless without the crazypass?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants