Merge "Merge "Adjust code for API council feedback" into rvc-dev am: 040bfe3721 am: 8a293f07e0" into rvc-d1-dev-plus-aosp
This commit is contained in:
committed by
Android (Google) Code Review
commit
81299ce74d
@@ -117,7 +117,7 @@ public final class WifiNoInternetDialog extends AlertActivity implements
|
||||
finish();
|
||||
return;
|
||||
}
|
||||
mNetworkName = nc.getSSID();
|
||||
mNetworkName = nc.getSsid();
|
||||
if (mNetworkName != null) {
|
||||
mNetworkName = WifiInfo.sanitizeSsid(mNetworkName);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user