WAI
Status Update
Comments
da...@google.com <da...@google.com> #2
I'm not sure how to edit the description. But forgot to add that this will work when the app is in the foreground. It just doesn't work when you lock your device. I test this by moving the app to the background and then locking my device and checking the logs in Android Studio.
Description
Version used: 2.9.0
Steps to repro:
- add androidx.work:work-runtime as dependecy
- compile project
- observe buid/intermediates/merged_manifest
- FOREGROUND_SERVICE is added to manifest
Issue:
How do you ship application which doesn't use WorkManager Foreground service, within targetSdk 34 restriction.