aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res
diff options
context:
space:
mode:
authorChristian S <christian@pix-art.de>2016-04-15 21:27:28 +0200
committerChristian S <christian@pix-art.de>2016-04-15 21:27:28 +0200
commit0f4ccb64ba03630568b20c44814908c06c7aa88e (patch)
tree99e9f4d83e01c2f8fe8e5191df54b80c55e02a7f /src/main/res
parent00f9ca537cd3f8095b664427b52a8989008a2dfe (diff)
make foreground service always enabled
and don't let the user choose the foreground settings
Diffstat (limited to '')
-rw-r--r--src/main/res/xml/preferences.xml5
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"