aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/xml
diff options
context:
space:
mode:
authoriNPUTmice <daniel@gultsch.de>2014-11-12 14:41:43 +0100
committeriNPUTmice <daniel@gultsch.de>2014-11-15 15:34:34 +0100
commit3c6b3506e32979b80dc2a8163437ecbab16b8acb (patch)
tree3d240e476af1fd384e13a4da62d850a5cf82a509 /src/main/res/xml
parent4c504dea7ac7b0413df89ec630408b91f4abddb4 (diff)
turn on foreground service in expert settings
Diffstat (limited to 'src/main/res/xml')
-rw-r--r--src/main/res/xml/preferences.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml
index 15a61e87..3be65b7a 100644
--- a/src/main/res/xml/preferences.xml
+++ b/src/main/res/xml/preferences.xml
@@ -101,6 +101,11 @@
android:key="indicate_received"
android:summary="@string/pref_use_indicate_received_summary"
android:title="@string/pref_use_indicate_received" />
+ <CheckBoxPreference
+ android:defaultValue="false"
+ android:key="keep_foreground_service"
+ android:title="@string/pref_keep_foreground_service"
+ android:summary="@string/pref_keep_foreground_service_summary" />
</PreferenceCategory>
</PreferenceScreen>