标题: 关于修改系统最大wifi热点连接数 [打印本页] 作者: zangcf 时间: 2016-5-1 06:58 标题: 关于修改系统最大wifi热点连接数 1,如果单单修改最大连接数目,会导致UI出错的。
/media/doraemon/works/android/mtk/6735/b2/alps_ok/frameworks/base/core/java/android/provider/Settings.java
如下位置:
/**
* The max client num of hotspot
* @hide
* @internal
*/
public static final String WIFI_HOTSPOT_MAX_CLIENT_NUM = "wifi_hotspot_max_client_num";
/**
* Wifi hotspot default client number
* @hide
* @internal
*/
//zcfdebug-- public static final int WIFI_HOTSPOT_DEFAULT_CLIENT_NUM = 5;
public static final int WIFI_HOTSPOT_DEFAULT_CLIENT_NUM = 50; //zcfdebug++