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

How to search a media file with partial filename

vsb

Lurker
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 QueryBrowserActivity.java, but not sure how to extract the search results from onQueryComplete().

Thanks in advance
VSB
 
Back
Top Bottom