fix bluetooth prefs

bluetooth_tnc
Georg Lukas 2011-03-08 14:46:27 +01:00
rodzic 1f0e404b35
commit 5ce0a28e7c
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -5,6 +5,7 @@
<item>@string/p_conn_udp</item>
<item>@string/p_conn_http</item>
<item>@string/p_conn_afsk</item>
<item>@string/p_conn_bt</item>
</string-array>
<string-array name="p_conntype_ev">
<item>tcp</item>

Wyświetl plik

@ -23,7 +23,7 @@ object Backend {
(s, p) => new TcpUploader(s, p),
R.xml.pref_tcp,
PASSCODE_OPTIONAL),
"bt" -> new BackendInfo(
"bluetooth" -> new BackendInfo(
(s, p) => new BluetoothTnc(s, p),
R.xml.pref_bluetooth,
PASSCODE_NONE)