Hello.
I'm have a trouble with media contaent searching.
As I got it from the documentation to search for Images for instance I have to use ContentProvider with android.provider.MediaStore.Images.Media.EXTERNAL_CONTENT_URI/android.provider.MediaStore.Images.Media.INTERNAL_CONTENT_URI depends on the target storage. The same thing is working for video and audio with appropriate URIs. Actually there is no problem with this stuff. But what if I want to find all audio and video content? Is there any way to achive this goal using ContentProvider?
I've read about QSB, which was added in SDK 2.1. Maybe it is possible to use this feature some how in my application to search only media content localy on the device?
Grateful for any ideas.
Thanks,
Pavel

