-
https://medium.com/androiddevelopers/workmanager-meets-kotlin-b9ad02f7405e
-
The investigation into #4750 revealed that our current version of WorkManager (2.4.0) doesn't work on SDK 31 due to changes in PendingIntent policy. 2.7.0 does work, however it requires updating to Ko…
-
**URL of codelab**
https://developer.android.com/codelabs/basic-android-kotlin-compose-workmanager?continue=https%3A%2F%2Fdeveloper.android.com%2Fcourses%2Fpathways%2Fandroid-basics-compose-unit-7-pa…
-
Hello.
I can't find how to inject WorkManager after searching the documentation.
Could you please tell me how to do this and update the documentation?
-
**URL of codelab**
https://developer.android.com/codelabs/basic-android-kotlin-compose-verify-background-work?continue=https%3A%2F%2Fdeveloper.android.com%2Fcourses%2Fpathways%2Fandroid-basics-comp…
-
I have switched with fvm, but I couldn't start my app, tried `flutter clean`, but didn't help. Switching back to flutter works.
```
e: /ssd2/csaba/.pub-cache/hosted/pub.dev/workmanager-0.5.2/andro…
-
As part of my project work for GADS2022, I came across this discrepancy. Throughout the codelab Log.e("something") is used but in section 6: Chain your Work, the code snippet for the BlurWork class us…
-
In Background work with WorkManager - Kotlin, step 6 - Chain your work.
code for BlurWorker.kt
...
return try {
if (TextUtils.isEmpty(resourceUri)) {
Timber.e("Invalid …
-
-
I'm trying to build a project with the following versions:
```toml
[versions]
agp = "8.2.2"
android-compileSdk = "34"
android-minSdk = "28"
android-targetSdk = "34"
androidx-activityCompose =…