Is there a way to discover all song files on the device? I basically want to make a list of them to show to the user (don’t need to play them or anything).
I’m searching for “android sdk + song file discovery” and the like but not seeing anything related to programatically finding song files on the device.
Thanks
There is a
ContentProvidernamed MediaStore. This might be what you want. See this tutorial.