KeyMapper icon indicating copy to clipboard operation
KeyMapper copied to clipboard

Add direct boot support

Open GL513 opened this issue 3 years ago • 5 comments

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.

GL513 avatar Feb 11 '22 10:02 GL513

Can you test whether this is actually an issue? Does the system even start the accessibility services before it is has been unlocked?

sds100 avatar Feb 11 '22 10:02 sds100

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

GL513 avatar Feb 11 '22 13:02 GL513

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.

sds100 avatar Feb 11 '22 13:02 sds100

#1027

GL513 avatar Jun 08 '22 16:06 GL513