Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 39350847 authored by Paul Jensen's avatar Paul Jensen Committed by Android Partner Code Review
Browse files

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

parents 4c173f31 76b610a9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;