+134
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
refactor: remove setRequiresBatteryNotLow(true) constraints from one-time expedited work for updates For expedited work requests, only network and storage constraints can be set; other constraints will throw an IllegalArgumentException. https://cs.android.com/androidx/platform/frameworks/support/+/androidx-main:work/work-runtime/src/main/java/androidx/work/WorkRequest.kt;l=303?q=WorkRequest. Added unit tests for UpdatesWorkManager.