new UI strings for tethering support
This commit is contained in:
parent
2103444e7c
commit
422ba4bbcd
|
@ -131,4 +131,8 @@
|
||||||
<string name="pref_start_boot_title">Start Orbot on Boot</string>
|
<string name="pref_start_boot_title">Start Orbot on Boot</string>
|
||||||
<string name="pref_start_boot_summary">Automatically start Orbot and connect Tor when your Android device boots</string>
|
<string name="pref_start_boot_summary">Automatically start Orbot and connect Tor when your Android device boots</string>
|
||||||
|
|
||||||
|
<string name="pref_transparent_tethering_title">Tor Tethering</string>
|
||||||
|
<string name="pref_transparent_tethering_summary">Enable Tor Transparent Proxying for Wifi and USB Tethered Devices</string>
|
||||||
|
|
||||||
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
@ -39,6 +39,13 @@ android:title="Select Apps"
|
||||||
android:summary="Choose Apps to Route Through Tor"
|
android:summary="Choose Apps to Route Through Tor"
|
||||||
android:enabled="true"/>
|
android:enabled="true"/>
|
||||||
|
|
||||||
|
<CheckBoxPreference
|
||||||
|
android:defaultValue="false"
|
||||||
|
android:key="pref_transparent_tethering"
|
||||||
|
android:summary="@string/pref_transparent_tethering_summary"
|
||||||
|
android:enabled="true"
|
||||||
|
android:title="@string/pref_transparent_tethering_title"/>
|
||||||
|
|
||||||
|
|
||||||
</PreferenceCategory>
|
</PreferenceCategory>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue