Browse Source

feat: 注释部分代码

master
huting 2 years ago
parent
commit
394989ce16

+ 2
- 2
app/src/main/java/com/huntersun/vkyes/etcopencard/project/utils/FileUtils.java View File

* 打开文件所在目录 * 打开文件所在目录
*/ */
private static void openFolder(AppActivity activity,String path) { private static void openFolder(AppActivity activity,String path) {
try {
/*try {
Intent intent = FileHelper.openFile(activity,path); Intent intent = FileHelper.openFile(activity,path);
activity.startActivity(intent); activity.startActivity(intent);
}catch (Exception e){ }catch (Exception e){


}
}*/
} }


/* /*

+ 0
- 3
app/src/main/res/xml/file_paths.xml View File

<!-- Environment.getExternalStorageDirectory() --> <!-- Environment.getExternalStorageDirectory() -->
<external-path name="external" path="." /> <external-path name="external" path="." />
<external-path name="external_storage_root" path="." /> <external-path name="external_storage_root" path="." />
<external-path
name="files_root"
path="Android/data/com.huntersun.vkyes.etcopencard/" />
</paths> </paths>

Loading…
Cancel
Save