Unhide WifiConfiguration.creatorUid. [DO NOT MERGE]

Bug: 16153258
Change-Id: Ic4fcf1d5454b9bf5ae31cefb48322dae187338bc
(cherry picked from commit 761f6cb69d3ac20dfc274eed2246f50da942b0c0)
This commit is contained in:
Chelsea Derrick
2014-07-16 12:53:40 -07:00
parent 6ce4db0acf
commit adae06be9b

View File

@@ -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;
/**