Top "Mediastore" questions

The MediaStore provider contains meta data for all available media on both internal and external storage devices.

MediaStore.Images.Media.insertImage throwing permission denial on some devices

I have problem with line of code: String path = MediaStore.Images.Media.insertImage(activity.getContentResolver(), bitmap, "feedback", null); Activity is …

android permissions mediastore
How to get data from MediaStore.File and MediaStore.File.FileColumn

I am trying to get all the file name having audio files in it I have used Mediastore to get …

android android-mediaplayer android-file mediastore
Android: How to detect a change in MediaStore when connected over MTP

I have big problems with MediaStore. I need to handle events when MediaStore is changed over MTP. I already have …

android events action mediastore mtp
difference between MICRO_KIND and MINI_KIND in mediastore in android?

In my android docs i don't have meaning in micro_kind and mini_kind, what is the difference in this …

android mediastore
Get MediaStore path of a Specific Folder

I'm creating an update for my application, in it I have a folder with saved images that I would like …

android gridview mediastore ion
How to refresh Android's MediaStore upon photo deletion

Question: how to make the media store to refresh its entry of a DELETED file? After deleting a photo in …

android mediastore android-mediascanner
Android Mediastore: How to efficiently retrieve all songs of a certain genre?

I know how to retrieve the genre of a particular song, (see getting the genres), but I want to retrieve …

android mediastore
Android: Is EXTERNAL_CONTENT_URI enough for a photo gallery?

I'm playing around with Android's MediaStore classes and was attempting to create a very simple photo gallery app when I …

android mediastore