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

Support "Direct boot mode" to allow this keyboard to be used on lockscreen #4

Open
sebastiannielsen opened this issue Mar 28, 2021 · 0 comments · May be fixed by #5
Open

Support "Direct boot mode" to allow this keyboard to be used on lockscreen #4

sebastiannielsen opened this issue Mar 28, 2021 · 0 comments · May be fixed by #5

Comments

@sebastiannielsen
Copy link

sebastiannielsen commented Mar 28, 2021

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.

sebastiannielsen added a commit to sebastiannielsen/android-barcode-keyboard that referenced this issue Mar 28, 2021
Support Direct Boot Mode ( fixes issue raphaelm#4 )
@sebastiannielsen sebastiannielsen linked a pull request Mar 28, 2021 that will close this issue
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 a pull request may close this issue.

1 participant