issues
search
evilthreads669966
/
BootLaces
A Kotlin work manager library for Android with progress notifications and Hilt support.
Apache License 2.0
34
stars
4
forks
source link
Multiple Actions For WorkReceiver
#224
Closed
evilthreads669966
closed
3 years ago
evilthreads669966
commented
3 years ago
change Worker.WorkReceiver action field from val to vararg val
delete unregisterReceiver & registerReceiver in Worker
add registerWorkReceiver function to WorkService
change logic from previous function to handle vararg action
add a second action to ReceiverAtReboot for demo app
Intent.ACTION_AIRPLANE_MODE_CHANGED