Added insight_real_tbr_cancel option again

This commit is contained in:
TebbeUbben 2018-04-08 18:32:11 +02:00
parent 50458d1fbc
commit 56b2799785

View file

@ -14,6 +14,11 @@
android:key="insight_preemptive_connect" android:key="insight_preemptive_connect"
android:title="@string/connect_preemptively" android:title="@string/connect_preemptively"
android:summary="@string/automatically_connect_when"/> android:summary="@string/automatically_connect_when"/>
<SwitchPreference
android:defaultValue="false"
android:key="insight_real_tbr_cancel"
android:title="@string/insight_use_real_tbr_cancels"
android:summary="@string/insight_actually_cancel_tbr_summary"/>
<SwitchPreference <SwitchPreference
android:defaultValue="false" android:defaultValue="false"
android:key="insight_automatic_careportal_events" android:key="insight_automatic_careportal_events"