Merge pull request #7 from TouchInstinct/pptx

add pptx
This commit is contained in:
Антон 2017-09-07 19:54:31 +03:00 committed by GitHub
commit 60d9fa3ad8
1 changed files with 2 additions and 1 deletions

View File

@ -27,7 +27,8 @@ import java.util.Locale;
*/
public abstract class FilePickerFragment extends AbstractFilePickerFragment<File> {
private static final String[] extensions = new String[]{".doc", ".docx", ".xlsx", ".xls", ".png", ".jpg", ".tif", ".tiff", ".pdf", ".jpeg", ".ppt"};
private static final String[] extensions = new String[]{".doc", ".docx", ".xlsx", ".xls", ".png", ".jpg",
".tif", ".tiff", ".pdf", ".jpeg", ".ppt", ".pptx"};
protected static final int PERMISSIONS_REQUEST_WRITE_EXTERNAL_STORAGE = 1;
protected boolean showHiddenItems = false;