How to search all .pdf and .doc file present in the Android device through programmatic way?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Try using the below code, This will work for u.
EDIT To search on the whole sdcard call this function using
|
||||
|
|
|
Have a look here Basicly get a starting Directory and then call "list" with a filter(FilenameFilter) and then traverse sub directories. Not sure if there is a one function that does all this for you. |
|||
|
|