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

Commit efcceff9 authored by Hung-ying Tyan's avatar Hung-ying Tyan
Browse files

Fix broken build.

parent 61de6329
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -69,7 +69,7 @@ public class VpnManager {
    /** Error code to indicate a successful connection. */
    public static final int VPN_ERROR_NO_ERROR = 0;

    private static final String PROFILES_PATH = "/misc/vpn/profiles";
    public static final String PROFILES_PATH = "/misc/vpn/profiles";

    private static final String PACKAGE_PREFIX =
            VpnManager.class.getPackage().getName() + ".";