I am facing an issue to fetch all images of a folder in android 10, because getExternalStorageDirectory()
and getExternalPublicStorageDirectory()
has been deprecated in android 10, so how to load in android 10??
Asked
Active
Viewed 101 times
0

Tamir Abutbul
- 7,301
- 7
- 25
- 53

Rajat Kumar
- 1
- 1
-
Does this answer your question? [Environment.getExternalStorageDirectory() deprecated in API level 29 java](https://stackoverflow.com/questions/57116335/environment-getexternalstoragedirectory-deprecated-in-api-level-29-java) – fernandospr Sep 06 '20 at 16:42
-
Actually getExternalFilesDir(), getExternalCacheDir() likes methods save the content in app specfic internal storage, but my content is saved outside the app specific internal storage, so how to fetch data from that location in android 10... – Rajat Kumar Sep 07 '20 at 04:25