소스 검색

renamed to nextcloud

Andy Scherzinger 9 년 전
부모
커밋
2e8b5a0fe0
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      res/values/setup.xml

+ 1 - 0
res/values/setup.xml

@@ -9,6 +9,7 @@
     <string name="authority">org.nextcloud</string>	<!-- better if was the app package with ".provider" appended ; it identifies the provider -->
     <string name="document_provider_authority">org.nextcloud.documents</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_name">nextcloud</string>
     <string name ="data_folder">nextcloud</string>