Merge remote-tracking branch 'goog/mirror-m-wireless-internal-release' into master_merge
Change-Id: I49aab437af220f1139cfd2d0a9c362acce31074e
This commit is contained in:
@@ -2337,7 +2337,7 @@ public class ConnectivityManager {
|
||||
* successfully finding a network for the applications request. Retrieve it with
|
||||
* {@link android.content.Intent#getParcelableExtra(String)}.
|
||||
* <p>
|
||||
* Note that if you intend to invoke (@link #setProcessDefaultNetwork(Network)) or
|
||||
* Note that if you intend to invoke {@link #setProcessDefaultNetwork} or
|
||||
* {@link Network#openConnection(java.net.URL)} then you must get a
|
||||
* ConnectivityManager instance before doing so.
|
||||
*/
|
||||
|
||||
@@ -148,9 +148,9 @@ public final class NetworkCapabilities implements Parcelable {
|
||||
*/
|
||||
public static final int NET_CAPABILITY_TRUSTED = 14;
|
||||
|
||||
/*
|
||||
/**
|
||||
* Indicates that this network is not a VPN. This capability is set by default and should be
|
||||
* explicitly cleared when creating VPN networks.
|
||||
* explicitly cleared for VPN networks.
|
||||
*/
|
||||
public static final int NET_CAPABILITY_NOT_VPN = 15;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user