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

Commit 9999ad20 authored by TK MUN's avatar TK MUN Committed by Simon Wilson
Browse files

DO NOT MERGE Support WiMAX Settings & ticker message

Change to save UI setting value
Add new Icons for ticker message

Change-Id: I3294f40c9853311f74877e197675f48bf271d468
parent 68f66b94
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -2564,6 +2564,14 @@ public final class Settings {
        public static final String WIFI_NETWORKS_AVAILABLE_REPEAT_DELAY =
                "wifi_networks_available_repeat_delay";

        /**
         * Whether to nofity the user of WiMAX network.
         * If WiMAX is connected or disconnected, we will put this notification up.
         * @hide
         */
        public static final String WIMAX_NETWORKS_AVAILABLE_NOTIFICATION_ON =
                "wimax_networks_available_notification_on";

        /**
         * The number of radio channels that are allowed in the local
         * 802.11 regulatory domain.
@@ -2700,6 +2708,12 @@ public final class Settings {
        public static final String WIFI_MOBILE_DATA_TRANSITION_WAKELOCK_TIMEOUT_MS =
            "wifi_mobile_data_transition_wakelock_timeout_ms";

        /**
         * Whether the Wimax should be on.  Only the WiMAX service should touch this.
         * @hide
         */
        public static final String WIMAX_ON = "wimax_on";

        /**
         * Whether background data usage is allowed by the user. See
         * ConnectivityManager for more info.
+1.73 KiB
Loading image diff...
+1.77 KiB
Loading image diff...
+1.41 KiB
Loading image diff...
+1.43 KiB
Loading image diff...