KeyMapper
KeyMapper copied to clipboard
Add direct boot support
Developer TODO (don't remove)
- [ ] create new branch. put issue number at start of name
- [ ] update documentation
- [ ] squash and merge
- [ ] delete branch
https://developer.android.com/training/articles/direct-boot
I would imagine all sub-headers need to be supported for full funtionality.
Can you test whether this is actually an issue? Does the system even start the accessibility services before it is has been unlocked?
Can you test whether this is actually an issue? Does the system even start the accessibility services before it is has been unlocked?
No, it doesn't start before its unlocked straight after boot.
xanth0k1d#1936 had said something about this in the discord. Also, to save backups automatically, you may need to have access to encrypted storage. https://developer.android.com/training/articles/direct-boot#access
Oh okay. I'll investigate the service not starting. Backups are only saved automatically when the mappings are modified so this won't be done anyway before it is unlocked.
#1027