Files
yuliao_and/chatkit-ui/src/main/res/xml/file_paths.xml
2025-08-08 15:07:09 +08:00

23 lines
564 B
XML

<?xml version="1.0" encoding="utf-8"?><!--
~ Copyright (c) 2022 NetEase, Inc. All rights reserved.
~ Use of this source code is governed by a MIT license that can be
~ found in the LICENSE file.
-->
<paths>
<external-path
name="root"
path="." />
<external-cache-path
name="tempPictures"
path="TempPictures" />
<cache-path
name="cachePath"
path="/cache"/>
<files-path
name="files"
path="." />
<external-files-path
name="external_files"
path="." />
</paths>