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

Commit 19231125 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "wifi: Add document magic 0 value for KEY_HOTSPOT_MAX_CLIENT_COUNT" into...

Merge "wifi: Add document magic 0 value for KEY_HOTSPOT_MAX_CLIENT_COUNT" into rvc-dev am: 612529e5 am: d4fa8cb7

Change-Id: I9721e5821d1ba1c14cffe216e523139455de95c5
parents 23d433b6 d4fa8cb7
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -4096,7 +4096,8 @@ public class CarrierConfigManager {
        /** Prefix of all Wifi.KEY_* constants. */
        /** Prefix of all Wifi.KEY_* constants. */
        public static final String KEY_PREFIX = "wifi.";
        public static final String KEY_PREFIX = "wifi.";
        /**
        /**
        * It contains the maximum client count definition that the carrier owns.
        * It contains the maximum client count definition that the carrier sets.
        * The default is 0, which means that the carrier hasn't set a requirement.
        */
        */
        public static final String KEY_HOTSPOT_MAX_CLIENT_COUNT =
        public static final String KEY_HOTSPOT_MAX_CLIENT_COUNT =
                KEY_PREFIX + "hotspot_maximum_client_count";
                KEY_PREFIX + "hotspot_maximum_client_count";