mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-24 18:45:19 +00:00
Media repository deprecation note.
This commit is contained in:
parent
8ebdbf2af7
commit
a1778c9503
@ -33,6 +33,11 @@ import java.util.Map;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Handles the retrieval of media present on the user's device.
|
* Handles the retrieval of media present on the user's device.
|
||||||
|
* @deprecated Usage of this class is unsafe on Android API 30 and up,
|
||||||
|
* the public external directory is no longer exposed to the apps.
|
||||||
|
* <p><b>
|
||||||
|
* The functionality of this class should be refactored to use
|
||||||
|
* <a href="https://developer.android.com/reference/android/provider/MediaStore">MediaStore</a>.
|
||||||
*/
|
*/
|
||||||
class MediaRepository {
|
class MediaRepository {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user