1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-08 06:31:35 +02:00
Gadgetbridge/app/src/main/res/xml/devicesettings_sony_headphones_protocol_version.xml

16 lines
638 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<ListPreference
android:defaultValue="auto"
android:entries="@array/sony_protocol_version_names"
android:entryValues="@array/sony_protocol_version_values"
android:icon="@drawable/ic_developer_mode"
android:key="pref_protocol_version"
android:summary="%s"
android:title="@string/protocol_version"
app:useSimpleSummaryProvider="true" />
</androidx.preference.PreferenceScreen>