Merge "[AWARE] recommend use Builder create instance in doc" into qt-dev
am: e635805a01
Change-Id: I251aa0aae2b1ddbfa152a26db7b14bc2c1e5032b
This commit is contained in:
@@ -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 {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user