diff options
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r-- | app/src/main/res/xml/preferences.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml index 09c32942..95683a16 100644 --- a/app/src/main/res/xml/preferences.xml +++ b/app/src/main/res/xml/preferences.xml @@ -4,4 +4,9 @@ android:key="primary_config" android:summary="@string/primary_config_summary" android:title="@string/primary_config" /> + <CheckBoxPreference + android:defaultValue="false" + android:key="restore_on_boot" + android:summary="@string/restore_on_boot_summary" + android:title="@string/restore_on_boot" /> </PreferenceScreen> |