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

Commit a10b9bc6 authored by Sam Mortimer's avatar Sam Mortimer Committed by Michael Bestas
Browse files

Settings: Add hotspot setting to allow VPN upstreams

Change-Id: I34924fe8e60e3d492f219aa6d0ffa54f0bd46e38
parent e9aa75a8
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -43,6 +43,10 @@
    <!-- Hostname setting -->
    <string name="device_hostname">Device hostname</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 cover art -->
    <string name="lockscreen_media_art_title">Display media cover art</string>

+6 −0
Original line number Diff line number Diff line
@@ -39,6 +39,12 @@
        android:summary="@string/bluetooth_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"