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

Commit b75830bf authored by Arne Coucheron's avatar Arne Coucheron
Browse files

Revert "HotSpot: Mandatory Inactivity timer options"

This reverts commit ed0525a3.

Change-Id: I8fab991a9a4af4121f09a9b43ce7d77d45dd38d8
parent 81c01287
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -91,8 +91,6 @@
    <!-- Config to show bluetooth menu-->
    <!-- Config to show bluetooth menu-->
    <bool name="config_hide_bluetooth_menu">false</bool>
    <bool name="config_hide_bluetooth_menu">false</bool>
    <bool name="config_hotspot_need_show_activated_dialog">false</bool>
    <bool name="config_hotspot_need_show_activated_dialog">false</bool>
    <bool name="config_keep_hotspot_on_10mins_default">false</bool>
    <bool name="hotspot_show_alert_for_open_security">false</bool>


    <!--Config to enable/disable Wi-Fi Calling based on provisioning sms  -->
    <!--Config to enable/disable Wi-Fi Calling based on provisioning sms  -->
    <bool name="config_provision_wificalling_pref">false</bool>
    <bool name="config_provision_wificalling_pref">false</bool>
+0 −1
Original line number Original line Diff line number Diff line
@@ -7866,7 +7866,6 @@
    <string name="learn_hotspot_dialog_title">Wi-Fi tethering is activated</string>
    <string name="learn_hotspot_dialog_title">Wi-Fi tethering is activated</string>
    <string name="learn_hotspot_dialog_text">Would you like to learn more about wifi Tethering on your phone?</string>
    <string name="learn_hotspot_dialog_text">Would you like to learn more about wifi Tethering on your phone?</string>
    <string name="open_security_settings_note">With Open security, any device can connect to your Mobile HotSpot and use your mobile data connection.</string>
    <!-- Used as title on the automatic storage manager settings. [CHAR LIMIT=60] -->
    <!-- Used as title on the automatic storage manager settings. [CHAR LIMIT=60] -->
    <string name="automatic_storage_manager_settings">Manage storage</string>
    <string name="automatic_storage_manager_settings">Manage storage</string>
+0 −2
Original line number Original line Diff line number Diff line
@@ -745,8 +745,6 @@ public class TetherSettings extends RestrictedSettingsFragment
                }
                }
                if (isFirstUseUSBTethering(getActivity())) {
                if (isFirstUseUSBTethering(getActivity())) {
                    showFirstUseUSBTetheringDialog(getActivity());
                    showFirstUseUSBTetheringDialog(getActivity());
                } else if(checkWifiConnectivityState(getActivity())) {
                    showTurnOffWifiDialog(getActivity());
                }
                }
                startTethering(TETHERING_USB);
                startTethering(TETHERING_USB);
            } else {
            } else {