mediastore

  1. Z

    Android Example Use MediaStore to play and export Ringtones. Demo, lib and Java source code.

    The media provider provides an indexed collection of common media types, such as Audio, Video, and Images, from any attached storage devices. Root permission is not required.
  2. I

    Android Question How to insert an image thumbnail into mediastore?

    Previously I asked a question on how to delete thumbnails from mediastore and got a working solution from Erel using ContentResolver. Now I am trying to do the opposite i.e. insert an image thumbnail into mediastore. I can see that ContentResolver has an Insert method but the parameters confuse...
Top