summaryrefslogtreecommitdiffstats
path: root/res/xml/other_preferences.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml/other_preferences.xml')
-rw-r--r--res/xml/other_preferences.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/res/xml/other_preferences.xml b/res/xml/other_preferences.xml
index 420c0b77..4e7bddf7 100644
--- a/res/xml/other_preferences.xml
+++ b/res/xml/other_preferences.xml
@@ -18,9 +18,11 @@
<PreferenceCategory
android:key="preferences_tardis_category"
android:title="@string/tardis">
+ <Preference
+ android:key="preferences_copy_db"
+ android:title="@string/copy_db" />
<CheckBoxPreference
android:key="preferences_tardis_1"
- android:defaultValue="false"/>
+ android:defaultValue="false" />
</PreferenceCategory>
-
-</PreferenceScreen>
+</PreferenceScreen> \ No newline at end of file