wifi: Add document magic 0 value for KEY_HOTSPOT_MAX_CLIENT_COUNT

Bug: 149871866
Test: make docs frameworks/base/telephony
Change-Id: Ib390438aecc5ef263d3b91bfdc852b44d641bc96
This commit is contained in:
lesl
2020-02-24 18:53:06 +08:00
parent b629d69db0
commit 565176c56d

View File

@@ -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";