Merge "Make NetworkCapabilities.NOT_VPN javadoc visible." into m-wireless-dev

This commit is contained in:
Paul Jensen
2015-03-20 11:27:18 +00:00
committed by Android Partner Code Review

View File

@@ -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;