Merge "WifiConfiguration: add local only networkId" into oc-dev
am: 46f4d5c4a6
Change-Id: I76454a05fdeec94b84d0bfb6f084790e0a7f77d5
This commit is contained in:
@@ -67,6 +67,8 @@ public class WifiConfiguration implements Parcelable {
|
||||
public static final String updateIdentiferVarName = "update_identifier";
|
||||
/** {@hide} */
|
||||
public static final int INVALID_NETWORK_ID = -1;
|
||||
/** {@hide} */
|
||||
public static final int LOCAL_ONLY_NETWORK_ID = -2;
|
||||
|
||||
/** {@hide} */
|
||||
private String mPasspointManagementObjectTree;
|
||||
|
||||
Reference in New Issue
Block a user