mirror of
https://github.com/nextcloud/android.git
synced 2024-11-27 17:46:37 +03:00
db name also "custom"
This commit is contained in:
parent
fa84532da7
commit
fb025d17d0
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue