ソースを参照

db name also "custom"

tobiasKaminsky 8 年 前
コミット
fb025d17d0
1 ファイル変更2 行追加2 行削除
  1. 2 2
      src/modified/res/values/setup.xml

+ 2 - 2
src/modified/res/values/setup.xml

@@ -11,8 +11,8 @@
     <string name="users_and_groups_share_with">com.custom.client.provider.UsersAndGroupsSearch.action.SHARE_WITH</string>
     <string name="document_provider_authority">com.custom.client.provider.Documents</string>
     <string name="file_provider_authority">com.custom.client.provider.Files</string>
-    <string name ="db_file">nextcloud.db</string>
-    <string name ="db_name">nextcloud</string>
+    <string name ="db_file">custom.db</string>
+    <string name ="db_name">custom</string>
     <string name="data_folder">custom</string>
     <string name ="log_name">nextcloud</string>
     <string name="default_display_name_for_root_folder">Custom</string>