android / android/codelab-android-workmanager
MediaStore.Images.Media.insertImage() is deprecated in Java
Open
- Dominant language
- Kotlin
- Stars
- 557
- Forks
- 242
- PR merge metrics
- No merged PRs in 30d
Description
`SaveImageToFileWorker.doWork()` uses that deprecated method. Needs to be corrected.
Contributor guide
Research direction
Start by locating SaveImageToFileWorker.doWork() and reviewing its use of MediaStore.Images.Media.insertImage(). Identify the current supported Android approach for saving the image, then verify that the worker still saves images correctly without the deprecated method.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- mobile
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100