2017-01-08 14:21:29 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2017-06-16 14:37:43 +02:00
|
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:validate="http://schemas.android.com/apk/res-auto">
|
2017-01-08 14:21:29 +01:00
|
|
|
<PreferenceCategory
|
|
|
|
android:key="openapsama"
|
|
|
|
android:title="@string/openapsama">
|
|
|
|
|
|
|
|
<SwitchPreference
|
|
|
|
android:defaultValue="false"
|
|
|
|
android:key="openapsama_useautosens"
|
|
|
|
android:title="@string/openapsama_useautosens" />
|
|
|
|
|
|
|
|
</PreferenceCategory>
|
|
|
|
|
|
|
|
</PreferenceScreen>
|