AndroidAPS/app/src/main/res/xml/pref_insightpump.xml

11 lines
420 B
XML
Raw Normal View History

2018-01-24 15:18:31 +01:00
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<PreferenceCategory
android:key="insightpump"
android:title="@string/insightpump">
</PreferenceCategory>
2018-01-26 00:21:42 +01:00
<SwitchPreference
android:defaultValue="false"
android:key="insight_always_connected"
android:title="Stay always connected" />
2018-01-24 15:18:31 +01:00
</PreferenceScreen>