Merge pull request #6 from TouchInstinct/chat_android_no_target_api
Chat android no target api
This commit is contained in:
commit
02f6ecf4a8
|
|
@ -11,7 +11,6 @@ android {
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 9
|
minSdkVersion 9
|
||||||
targetSdkVersion 25
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@ import java.util.Locale;
|
||||||
*/
|
*/
|
||||||
public abstract class FilePickerFragment extends AbstractFilePickerFragment<File> {
|
public abstract class FilePickerFragment extends AbstractFilePickerFragment<File> {
|
||||||
|
|
||||||
private static final String[] extensions = new String[]{".doc", ".docx", ".xlsx", ".xls", ".png", ".jpg", ".tif", ".tiff", ".pdf", ".jpeg"};
|
private static final String[] extensions = new String[]{".doc", ".docx", ".xlsx", ".xls", ".png", ".jpg", ".tif", ".tiff", ".pdf", ".jpeg", ".ppt"};
|
||||||
|
|
||||||
protected static final int PERMISSIONS_REQUEST_WRITE_EXTERNAL_STORAGE = 1;
|
protected static final int PERMISSIONS_REQUEST_WRITE_EXTERNAL_STORAGE = 1;
|
||||||
protected boolean showHiddenItems = false;
|
protected boolean showHiddenItems = false;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue