diff options
Diffstat (limited to 'src/main/res')
-rw-r--r-- | src/main/res/xml/preferences.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml index 33a84e1b4..d8aaa00a7 100644 --- a/src/main/res/xml/preferences.xml +++ b/src/main/res/xml/preferences.xml @@ -239,11 +239,6 @@ android:key="indicate_received" android:summary="@string/pref_use_indicate_received_summary" android:title="@string/pref_use_indicate_received"/> - <CheckBoxPreference - android:defaultValue="true" - android:key="keep_foreground_service" - android:summary="@string/pref_keep_foreground_service_summary" - android:title="@string/pref_keep_foreground_service"/> <eu.siacs.conversations.ui.ExportLogsPreference android:key="export_logs" android:summary="@string/pref_export_logs_summary" |