Merge "Add NetworkCapabilities#getSSID to SystemApi" am: 7c25b78583 am: 2cab87c895
Change-Id: I5d98ddd28ac963615b0a00441b8716f32602fbe8
This commit is contained in:
@@ -1283,6 +1283,7 @@ public final class NetworkCapabilities implements Parcelable {
|
|||||||
* Gets the SSID of this network, or null if none or unknown.
|
* Gets the SSID of this network, or null if none or unknown.
|
||||||
* @hide
|
* @hide
|
||||||
*/
|
*/
|
||||||
|
@SystemApi
|
||||||
public @Nullable String getSSID() {
|
public @Nullable String getSSID() {
|
||||||
return mSSID;
|
return mSSID;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user