Bug P3
Status Update
Comments
ad...@gmail.com <ad...@gmail.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
Component used: WorkManager Version used: 2.10.0 Devices/Android versions reproduced on: Android 14
The not supported by WorkManager , so developers must provide 2 implementations for this functionality.
dataSync
foreground service type is no longer supported with Android 14, and developers must use UIDT instead. However, UIDT isWorkManager should provide a way to support long-running data transfer jobs, using the
dataSync
foreground service on Android 13 and below & UIDT on Android 14 and above.