1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-09-25 07:36:46 +02:00
Gadgetbridge/app/src/main/res/xml/devicesettings_force_connection_type.xml

13 lines
609 B
XML

<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<ListPreference
android:key="pref_force_connection_type"
android:icon="@drawable/ic_bluetooth"
android:title="@string/pref_force_connection_type_title"
android:summary="@string/pref_force_connection_type_description"
android:entries="@array/pref_force_connection_type"
android:entryValues="@array/pref_force_connection_type_values"
android:defaultValue="@string/pref_force_connection_type_auto_value"
/>
</PreferenceScreen>