remove authority cache

This commit is contained in:
tobiaskaminsky 2017-05-12 15:03:34 +02:00
parent d50ee0085d
commit 58c9a7ddc7
No known key found for this signature in database
GPG key ID: 0E00D4D47D0C5AF7

View file

@ -11,7 +11,6 @@
<string name="users_and_groups_share_with">com.nextcloud.android.providers.UsersAndGroupsSearchProvider.action.SHARE_WITH</string> <string name="users_and_groups_share_with">com.nextcloud.android.providers.UsersAndGroupsSearchProvider.action.SHARE_WITH</string>
<string name="document_provider_authority">org.nextcloud.documents</string> <string name="document_provider_authority">org.nextcloud.documents</string>
<string name="file_provider_authority">org.nextcloud.files</string> <string name="file_provider_authority">org.nextcloud.files</string>
<string name="authorityCache">org.nextcloud.imageCache.provider</string>
<string name ="db_file">nextcloud.db</string> <string name ="db_file">nextcloud.db</string>
<string name ="db_name">nextcloud</string> <string name ="db_name">nextcloud</string>
<string name ="data_folder">nextcloud</string> <string name ="data_folder">nextcloud</string>