2018-09-19 15:26:58 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2020-01-09 21:41:02 +01:00
|
|
|
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
2019-09-15 10:13:07 +02:00
|
|
|
|
2020-01-09 21:41:02 +01:00
|
|
|
<PreferenceCategory
|
|
|
|
android:title="@string/automation"
|
|
|
|
app:initialExpandedChildrenCount="0">
|
2019-09-15 10:13:07 +02:00
|
|
|
|
|
|
|
<ListPreference
|
|
|
|
android:defaultValue="PASSIVE"
|
|
|
|
android:entries="@array/location"
|
|
|
|
android:entryValues="@array/locationValues"
|
|
|
|
android:key="@string/key_location"
|
|
|
|
android:title="@string/locationservice" />
|
|
|
|
|
|
|
|
</PreferenceCategory>
|
|
|
|
|
2020-01-08 20:20:20 +01:00
|
|
|
</androidx.preference.PreferenceScreen>
|