We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To support this, add this to manifest inside application tag:
android:allowBackup="true" android:defaultToDeviceProtectedStorage="true" android:directBootAware="true"
Then you just need to store all eventual settings (that come in the future) in device-encrypted storage instead of credential-encrypted storage.
The text was updated successfully, but these errors were encountered:
Support Direct Boot Mode (fixes issue raphaelm#4)
99ff4b5
Support Direct Boot Mode ( fixes issue raphaelm#4 )
Successfully merging a pull request may close this issue.
To support this, add this to manifest inside application tag:
Then you just need to store all eventual settings (that come in the future) in device-encrypted storage instead of credential-encrypted storage.
The text was updated successfully, but these errors were encountered: