Merge "WifiManager: Remove javadoc reference to multi STA concurrency API" am: 5d3b26484c am: 90a64f7002 am: 5f217f2b9b

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1535862

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ic27ecb61d60865ca268c9f31886d86f3555350ea
This commit is contained in:
Roshan Pius
2020-12-23 21:48:59 +00:00
committed by Automerger Merge Worker

View File

@@ -2897,13 +2897,6 @@ public class WifiManager {
* <li>Apps can continue using this API, however newer features
* such as ability to mask out location sensitive data in WifiInfo will not be supported
* via this API. </li>
* <li>On devices supporting concurrent connections (indicated via
* {@link #isMultiStaConcurrencySupported()}), this API will return the details
* of the internet providing connection (if any) to all apps, except for the apps that triggered
* the creation of the concurrent connection. For such apps, this API will return the details of
* the connection they created. For ex: apps using {@link WifiNetworkSpecifier} will
* will trigger a concurrent connection on supported devices and hence this API will provide
* details of their peer to peer connection (not the internet providing connection). </li>
* </p>
*/
@Deprecated