This is my Intent:
Intent intent = new Intent(Intent.ACTION_GET_CONTENT);
intent.setType("text/* , application/pdf, image/*");
But, when the file explorer shows up, the PDF files are grayed out i.e., un-choosable. Is there any workaround for this?