Is it possible to store files in arbitrary locations in internal storage using new File(context.getFilesDir() + "/some_sub_folder","myfile.mp3")
and have these files added to the MediaStore database so that other apps can access them? even though they are on my app's internal storage?
I'm having way too many issues trying to add files using context.getExternalFilesDir(null)
because the MediaStore there wants me to use specific paths, and when I try to retrieve the files with the mediastore content:// uri, there's no way that it can find the files, always get file not found error.
没有评论:
发表评论