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

Commit 0e23025c authored by Oscar Montemayor's avatar Oscar Montemayor Committed by Android (Google) Code Review
Browse files

Merge "DO NOT MERGE Removing unused features from source tree. Please refer to...

Merge "DO NOT MERGE Removing unused features from source tree. Please refer to Bug#2502219." into froyo
parents a9bdac37 e0cec3ce
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -85,8 +85,7 @@ public class VpnManager {

    // TODO(oam): Test VPN when EFS is enabled (will do later)...
    public static String getProfilePath() {
        // This call will return the correct path if Encrypted FS is enabled or not.
        return Environment.getSecureDataDirectory().getPath() + PROFILES_PATH;
        return Environment.getDataDirectory().getPath() + PROFILES_PATH;
    }

    /**