taomenggo init
This commit is contained in:
23
chatkit-ui/src/main/res/xml/file_paths.xml
Normal file
23
chatkit-ui/src/main/res/xml/file_paths.xml
Normal file
@@ -0,0 +1,23 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user