Add toggle setting for Tor plugin.

This commit is contained in:
akwizgran
2020-01-16 14:41:03 +00:00
parent 4f54bd90fb
commit 63e3c661a3
6 changed files with 66 additions and 18 deletions

View File

@@ -39,6 +39,14 @@
android:title="@string/bluetooth_setting"
app:iconSpaceReserved="false"/>
<SwitchPreference
android:defaultValue="true"
android:key="pref_key_tor_enable"
android:persistent="false"
android:title="@string/tor_enable_title"
android:widgetLayout="@layout/preference_switch_compat"
app:iconSpaceReserved="false"/>
<ListPreference
android:defaultValue="0"
android:entries="@array/tor_network_setting_names"