Add forgotten TNC2 config XML

mapsforge^2
Georg Lukas 2019-03-16 19:40:57 +01:00
rodzic 8bf882ccb0
commit 206d3e5e2c
1 zmienionych plików z 15 dodań i 0 usunięć

Wyświetl plik

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen
xmlns:android="http://schemas.android.com/apk/res/android">
<PreferenceCategory
android:title="@string/p_conn_tnc2"/>
<de.duenndns.ListPreferenceWithValue
android:key="link"
android:title="@string/p_link"
android:entries="@array/p_link_e"
android:entryValues="@array/p_link_ev"
android:defaultValue="bluetooth"
android:dialogTitle="@string/p_link_entry" />
</PreferenceScreen>