deepeshdm3434 Ответов: 1

Как извлечь медиафайлы (изображения, видео, аудио) из локального хранилища android?


I am making a Music player App , which will Fetch the Songs from local storage & display them on the Recyclerview. 
I searched online and found about the MediaStore Class , but that also needs an API Android R.
Due to this I was wondering what is the most general way to fetch media files from android devices, which can we applied across different API's.


Что я уже пробовал:

Я читал мало документации и онлайн - блогов