mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-14 19:59:05 +01:00
Add toggle setting for LAN plugin.
This commit is contained in:
@@ -446,6 +446,7 @@
|
||||
<!-- Settings Connections -->
|
||||
<string name="network_settings_title">Connections</string>
|
||||
<string name="bluetooth_setting">Connect to contacts via Bluetooth</string>
|
||||
<string name="wifi_setting">Connect to contacts on the same Wi-Fi network</string>
|
||||
<string name="tor_enable_title">Connect to contacts via Internet (Tor)</string>
|
||||
<string name="tor_network_setting">Connection method for Internet (Tor)</string>
|
||||
<string name="tor_network_setting_automatic">Automatic based on location</string>
|
||||
|
||||
@@ -37,6 +37,14 @@
|
||||
android:widgetLayout="@layout/preference_switch_compat"
|
||||
app:iconSpaceReserved="false"/>
|
||||
|
||||
<SwitchPreference
|
||||
android:defaultValue="false"
|
||||
android:key="pref_key_wifi"
|
||||
android:persistent="false"
|
||||
android:title="@string/wifi_setting"
|
||||
android:widgetLayout="@layout/preference_switch_compat"
|
||||
app:iconSpaceReserved="false"/>
|
||||
|
||||
<SwitchPreference
|
||||
android:defaultValue="true"
|
||||
android:key="pref_key_tor_enable"
|
||||
|
||||
Reference in New Issue
Block a user