Fix broken build.

This commit is contained in:
Hung-ying Tyan 2009-11-25 12:49:24 +08:00
parent 61de63296e
commit efcceff939
1 changed files with 1 additions and 1 deletions

View File

@ -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() + ".";