11 lines
445 B
XML
11 lines
445 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
xmlns:validate="http://schemas.android.com/apk/res-auto">
|
||
|
<ListPreference
|
||
|
android:title="@string/locationservice"
|
||
|
android:defaultValue="PASSIVE"
|
||
|
android:entries="@array/location"
|
||
|
android:entryValues="@array/locationValues"
|
||
|
android:key="@string/key_location" />
|
||
|
</PreferenceScreen>
|