Skip to content

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

@sebastiannielsen

Description

@sebastiannielsen

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions