Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fc6c9a5a authored by Sam Mortimer's avatar Sam Mortimer
Browse files

Settings: Add hotspot setting to allow VPN upstreams

Change-Id: I34924fe8e60e3d492f219aa6d0ffa54f0bd46e38
parent 49282c13
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -76,6 +76,10 @@
    <string name="increasing_ring_min_volume_title">Start volume</string>
    <string name="increasing_ring_ramp_up_time_title">Ramp-up time</string>

    <!-- Hotspot lineage extras -->
    <string name="tethering_allow_vpn_upstreams_title">Allow clients to use VPNs</string>
    <string name="tethering_allow_vpn_upstreams_summary">Permit hotspot clients to use this device\u2019s VPN connections for upstream connectivity</string>

    <!-- Lock screen pattern size -->
    <string name="lock_pattern_size_3" translatable="false">3 \u00d7 3</string>
    <string name="lock_pattern_size_4" translatable="false">4 \u00d7 4</string>
+6 −0
Original line number Diff line number Diff line
@@ -44,6 +44,12 @@
        android:summary="@string/ethernet_tethering_subtext"
        settings:keywords="@string/keywords_hotspot_tethering" />

    <lineageos.preference.LineageSecureSettingSwitchPreference
        android:key="tethering_allow_vpn_upstreams"
        android:title="@string/tethering_allow_vpn_upstreams_title"
        android:summary="@string/tethering_allow_vpn_upstreams_summary"
        android:defaultValue="false" />

    <Preference
        android:key="disabled_on_data_saver"
        android:summary="@string/tether_settings_disabled_on_data_saver"