Unhide WifiConfiguration.creatorUid. [DO NOT MERGE]
Bug: 16153258 Change-Id: Ic4fcf1d5454b9bf5ae31cefb48322dae187338bc (cherry picked from commit 761f6cb69d3ac20dfc274eed2246f50da942b0c0)
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
|
||||
package android.net.wifi;
|
||||
|
||||
import android.annotation.SystemApi;
|
||||
import android.net.IpConfiguration;
|
||||
import android.net.IpConfiguration.ProxySettings;
|
||||
import android.net.IpConfiguration.IpAssignment;
|
||||
@@ -342,6 +343,7 @@ public class WifiConfiguration implements Parcelable {
|
||||
* @hide
|
||||
* Uid of app creating the configuration
|
||||
*/
|
||||
@SystemApi
|
||||
public int creatorUid;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user