mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-14 11:49:04 +01:00
Add setting to override location-based disabling of Tor.
This commit is contained in:
@@ -44,6 +44,13 @@
|
||||
android:summary="%s"
|
||||
android:title="@string/tor_network_setting"/>
|
||||
|
||||
<CheckBoxPreference
|
||||
android:defaultValue="true"
|
||||
android:key="pref_key_tor_location"
|
||||
android:persistent="false"
|
||||
android:summary="@string/tor_location_setting_hint"
|
||||
android:title="@string/tor_location_setting_title"/>
|
||||
|
||||
</PreferenceCategory>
|
||||
|
||||
<PreferenceCategory
|
||||
|
||||
Reference in New Issue
Block a user