We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 982316b commit 3b6345cCopy full SHA for 3b6345c
1 file changed
stream-chat-android-ui-common/src/main/res/xml/stream_filepaths.xml
@@ -15,28 +15,16 @@
15
limitations under the License.
16
-->
17
<paths>
18
- <files-path
19
- name="files"
20
- path="."
21
- />
22
<cache-path
23
name="cache"
24
path="."
25
/>
26
- <external-path
27
- name="external"
28
29
30
<external-files-path
31
- name="external_files"
32
+ name="external_pictures"
+ path="Pictures/"
33
34
- <external-cache-path
35
- name="external_cache"
36
37
38
- <external-media-path
39
- name="external_media"
40
+ <external-files-path
+ name="external_movies"
+ path="Movies/"
41
42
</paths>
0 commit comments