codelab-android-workmanager icon indicating copy to clipboard operation
codelab-android-workmanager copied to clipboard

Results 52 codelab-android-workmanager issues
Sort by recently updated
recently updated
newest added

The state of "workInfo" is "FAILED".It is failing for SaveImageToFileWorker in the master branch code. WorkInfo{mId='47548a1e-bb23-4c98-8ced-c260057f4e18', mState=FAILED, mOutputData=Data {}, mTags=[OUTPUT,com.example.background.workers.SaveImageToFileWorker

I catch an error on API 27: 2022-10-05 13:49:41.061 16988-17081/com.example.background E/MediaStore: Failed to insert image java.lang.SecurityException: Permission Denial: writing com.android.providers.media.MediaProvider uri content://media/external/images/media from pid=16988, uid=10116 requires android.permission.WRITE_EXTERNAL_STORAGE, or grantUriPermission() at...

It appears as if the value that is used for the condition which sets the "SEE FILE" button visibility is null. I've run the final code provided and the result...

Hello, there really should be an example for a Worker that uses the "runAttemptCount" for setting itself to Failed after x tries. I think that is a common use case,...

The starter code does not have the appropriate code in the manifest to display the image after blurring.

`actionView.resolveActivity(packageManager)?` is null. Is it something related to any kind of permission you have to set via AndroidManifest? Could it be related to this ? https://stackoverflow.com/questions/62535856/intent-resolveactivity-returns-null-in-api-30

The lint says It needs `@SuppressLint("QueryPermissionsNeeded")`. Also, it doesn't open the activity. Code lab page number: https://developer.android.com/codelabs/android-workmanager#8 ``` override fun onCreate(savedInstanceState: Bundle?) { // Setup view output image file button...

Remove the wrong license information (pasted below) from the readme file _License Copyright 2018 Google, Inc. All image and audio files (including *.png, *.jpg, *.svg, *.mp3, *.wav and *.ogg) are...