app/src/main/res/xml/avatar_paths.xml
author Frederic Barthelery <da_risk@beem-project.com>
Fri, 13 Nov 2015 17:52:28 +0100
changeset 1068 51bf3e7db33a
parent 1065 a2ec39a59c06
permissions -rw-r--r--
Avatar: Remove Apache HttpClientAvatarRetriever which will be deprecated in android-6.0 We can use the standart java.net.http avatar retriever implementation.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1065
a2ec39a59c06 Make AvatarProvider implement FileProvider to simplify the implementation
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
     1
<paths xmlns:android="http://schemas.android.com/apk/res/android">
a2ec39a59c06 Make AvatarProvider implement FileProvider to simplify the implementation
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
     2
    <cache-path name="avatars" path="avatar/users"/>
a2ec39a59c06 Make AvatarProvider implement FileProvider to simplify the implementation
Da Risk <da_risk@beem-project.com>
parents:
diff changeset
     3
</paths>