Update file_paths.xml

This commit is contained in:
MNCHL 2023-12-27 23:56:01 +08:00 committed by GitHub
parent d44dd65562
commit 46578fe106
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<paths xmlns:android="http://schemas.android.com/apk/res/android">
<external-path
name="external_files"
path="Download/" />
<!-- 配置可以访问外部存储中的 Download 目录下的文件 -->
<external-path name="my_external_downloads" path="Download/" />
</paths>