• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. V

    How to search a media file with partial filename

    Hi, Info needed on how to search for a specific media file using a partial file-name in MediaStore, any helpful info is appreciated. I've figured it but not sure if this is the only way to do it. Sending the intent INTENT_ACTION_MEDIA_SEARCH, which is further caught in...
  2. V

    Accessing Multiple Media Players info

    Hi, i am trying to find how many media(audio/video) players are present in the android phone, and what are those players. Is there any way to do it via the code? Suppose if there exist a multiple media players on the phone does all access the media files using the MediaStore content provider...