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

Commit 76b610a9 authored by Paul Jensen's avatar Paul Jensen
Browse files

Make NetworkCapabilities.NOT_VPN javadoc visible.

Also adjust wording to be more suitable for NetworkRequests and NetworkAgents.

Change-Id: I1cc93cb20779cf02d6ffa0fa11ad2916c199b365
parent 46bdfa90
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;