Make NetworkCapabilities.NOT_VPN javadoc visible.
Also adjust wording to be more suitable for NetworkRequests and NetworkAgents. Change-Id: I1cc93cb20779cf02d6ffa0fa11ad2916c199b365
This commit is contained in:
@@ -148,9 +148,9 @@ public final class NetworkCapabilities implements Parcelable {
|
|||||||
*/
|
*/
|
||||||
public static final int NET_CAPABILITY_TRUSTED = 14;
|
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
|
* 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;
|
public static final int NET_CAPABILITY_NOT_VPN = 15;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user