Hi I would like to a search for a file on my androids SD Card .Preferably without using the File Object if possible.Is it possible to query the MediaStore for a filename. Any code snippet or a pointer in the right direction would be greatly appreciated. Thanks
Share
Android Media Provider already has all the files info, so it’s better to directly query Media Provider for this.
Something like below:
This to just give u a idea; please modify it according to your need. Hope it help’s.