Merge "[AWARE] recommend use Builder create instance in doc" into qt-dev am: e635805a01 am: ad6e5d22f6

am: b3ee728d61

Change-Id: I6ca15c64bb4a681d4258068b7a8bf6262d8d7e44
This commit is contained in:
Nate Jiang
2019-06-27 10:54:05 -07:00
committed by android-build-merger

View File

@@ -31,11 +31,8 @@ import java.util.Arrays;
import java.util.Objects;
/**
* Network specifier object used to request a Wi-Fi Aware network. Apps do not create these objects
* directly but obtain them using
* {@link WifiAwareSession#createNetworkSpecifierOpen(int, byte[])} or
* {@link DiscoverySession#createNetworkSpecifierOpen(PeerHandle)} or their secure (Passphrase)
* versions.
* Network specifier object used to request a Wi-Fi Aware network. Apps should use the
* {@link WifiAwareNetworkSpecifier.Builder} class to create an instance.
*/
public final class WifiAwareNetworkSpecifier extends NetworkSpecifier implements Parcelable {
/**