6

Is RECEIVE_BOOT_COMPLETED permission required for WorkManager to reschedule the workers after reboot? if not how WorkManager handle this?

Hamza Ezzaydia
  • 267
  • 2
  • 13

1 Answers1

7

Yes, it is. The WorkManager manifest already contains this permission and it should get manifest merged into your app automatically in most cases.

from Google WorkManager team.

Hamza Ezzaydia
  • 267
  • 2
  • 13