diff --git a/mobile/src/com/cradle/iitc_mobile/IITC_FileManager.java b/mobile/src/com/cradle/iitc_mobile/IITC_FileManager.java index 3b3476b1..639f7021 100644 --- a/mobile/src/com/cradle/iitc_mobile/IITC_FileManager.java +++ b/mobile/src/com/cradle/iitc_mobile/IITC_FileManager.java @@ -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;