Merge "Add NetworkCapabilities#getSSID to SystemApi"

This commit is contained in:
Treehugger Robot
2020-01-22 15:23:07 +00:00
committed by Gerrit Code Review

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;
}