I want to choose only pdf, xlsx and txt file from storage but intent.setType can do only one file(eg.txt file only (or) pdf file only). Is it possible to get all three files
intent.setType("image/*|application/pdf|audio/*");
Maybe this is what you want.