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

16 lines
538 B
XML
Raw Normal View History

2018-09-19 15:26:58 +02:00
<?xml version="1.0" encoding="utf-8"?>
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<PreferenceCategory android:title="@string/automation">
<ListPreference
android:defaultValue="PASSIVE"
android:entries="@array/location"
android:entryValues="@array/locationValues"
android:key="@string/key_location"
android:title="@string/locationservice" />
</PreferenceCategory>
</androidx.preference.PreferenceScreen>