quick fix for importing draw tools, etc files - text/* works so much better than file/*
it should probably be passed through from the javascript side though...
This commit is contained in:
parent
86dab0384c
commit
80348dd074
@ -334,7 +334,7 @@ public class IITC_FileManager {
|
|||||||
|
|
||||||
// create the chooser Intent
|
// create the chooser Intent
|
||||||
final Intent target = new Intent(Intent.ACTION_GET_CONTENT)
|
final Intent target = new Intent(Intent.ACTION_GET_CONTENT)
|
||||||
.setType("file/*")
|
.setType("text/*")
|
||||||
.addCategory(Intent.CATEGORY_OPENABLE);
|
.addCategory(Intent.CATEGORY_OPENABLE);
|
||||||
final IITC_Mobile iitc = (IITC_Mobile) mActivity;
|
final IITC_Mobile iitc = (IITC_Mobile) mActivity;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user