Merge "Add NetworkCapabilities#getSSID to SystemApi"

am: 7c25b78583

Change-Id: I56b30b2719d30660e2efb32a01ab0ce4f7b30236
This commit is contained in:
Remi NGUYEN VAN
2020-01-22 07:30:49 -08:00
committed by android-build-merger

View File

@@ -1283,6 +1283,7 @@ public final class NetworkCapabilities implements Parcelable {
* Gets the SSID of this network, or null if none or unknown.
* @hide
*/
@SystemApi
public @Nullable String getSSID() {
return mSSID;
}