am c559e3b7: Merge "Add in constant for WPA supplication settings" into jb-dev
* commit 'c559e3b7f4be5d4ddde23443449f364b359432fe': Add in constant for WPA supplication settings
This commit is contained in:
@@ -56,6 +56,12 @@ public class WifiConfiguration implements Parcelable {
|
||||
*/
|
||||
public static final String ENGINE_ENABLE = "1";
|
||||
|
||||
/**
|
||||
* String to set the engine value to when it should be disabled.
|
||||
* @hide
|
||||
*/
|
||||
public static final String ENGINE_DISABLE = "0";
|
||||
|
||||
/** {@hide} */
|
||||
public static final String ssidVarName = "ssid";
|
||||
/** {@hide} */
|
||||
|
||||
Reference in New Issue
Block a user