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:
Jon Atkins 2014-04-23 00:18:39 +01:00
parent 86dab0384c
commit 80348dd074

View File

@ -334,7 +334,7 @@ public class IITC_FileManager {
// create the chooser Intent
final Intent target = new Intent(Intent.ACTION_GET_CONTENT)
.setType("file/*")
.setType("text/*")
.addCategory(Intent.CATEGORY_OPENABLE);
final IITC_Mobile iitc = (IITC_Mobile) mActivity;