android-workmanager

WorkManager crashes trying to enqueue unique periodic work in Application#onCreate [closed]

无人久伴 提交于 2020-12-04 03:46:18
问题 Closed. This question is not reproducible or was caused by typos. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 months ago . Improve this question I want to use WorkManager together with Dagger 2 to inject dependencies into workers. I followed this article to implement the setup. The part of the setup is on-demand initialization. To achieve it I added the following lines into my manifest file: <provider

WorkManager crashes trying to enqueue unique periodic work in Application#onCreate [closed]

若如初见. 提交于 2020-12-04 03:44:25
问题 Closed. This question is not reproducible or was caused by typos. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 months ago . Improve this question I want to use WorkManager together with Dagger 2 to inject dependencies into workers. I followed this article to implement the setup. The part of the setup is on-demand initialization. To achieve it I added the following lines into my manifest file: <provider