cmsdk: Move WIFI_AUTO_CONNECT_TYPE to CMSettings.
Change-Id: I3a0447006d29cc8d2b1bbed6f841ce9ae55be94f
This commit is contained in:
@@ -969,6 +969,14 @@ public final class CMSettings {
|
||||
* @hide
|
||||
*/
|
||||
public static final String DIALER_OPENCNAM_AUTH_TOKEN = "dialer_opencnam_auth_token";
|
||||
|
||||
/**
|
||||
* Whether wifi settings will connect to access point automatically
|
||||
* 0 = automatically
|
||||
* 1 = manually
|
||||
* @hide
|
||||
*/
|
||||
public static final String WIFI_AUTO_CONNECT_TYPE = "wifi_auto_connect_type";
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user