@@ -42,12 +42,12 @@ public class FileUtils { | |||
* 打开文件所在目录 | |||
*/ | |||
private static void openFolder(AppActivity activity,String path) { | |||
try { | |||
/*try { | |||
Intent intent = FileHelper.openFile(activity,path); | |||
activity.startActivity(intent); | |||
}catch (Exception e){ | |||
} | |||
}*/ | |||
} | |||
/* |
@@ -13,7 +13,4 @@ | |||
<!-- Environment.getExternalStorageDirectory() --> | |||
<external-path name="external" path="." /> | |||
<external-path name="external_storage_root" path="." /> | |||
<external-path | |||
name="files_root" | |||
path="Android/data/com.huntersun.vkyes.etcopencard/" /> | |||
</paths> |