diff --git a/telephony/java/android/telephony/CarrierConfigManager.java b/telephony/java/android/telephony/CarrierConfigManager.java index a7e52ea217588..1110c9ddd31ad 100755 --- a/telephony/java/android/telephony/CarrierConfigManager.java +++ b/telephony/java/android/telephony/CarrierConfigManager.java @@ -4069,7 +4069,8 @@ public class CarrierConfigManager { /** Prefix of all Wifi.KEY_* constants. */ 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 = KEY_PREFIX + "hotspot_maximum_client_count";