android / android/codelab-android-workmanager

MediaStore.Images.Media.insertImage() is deprecated in Java

Open
#259 0 comments 5 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.