OSDN Git Service

DO NOT MERGE
authorOscar Montemayor <oam@google.com>
Sat, 27 Mar 2010 01:44:14 +0000 (18:44 -0700)
committerOscar Montemayor <oam@google.com>
Tue, 30 Mar 2010 01:12:24 +0000 (18:12 -0700)
Removing unused features from source tree.
Please refer to Bug#2502219.

Change-Id: I879c29bfd5ffe933f64bb1082aaae7c956450a5a

vpn/java/android/net/vpn/VpnManager.java

index ce40b5d..ce522c8 100644 (file)
@@ -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;
     }
 
     /**