DO NOT MERGE
Removing unused features from source tree. Please refer to Bug#2502219. Change-Id: I879c29bfd5ffe933f64bb1082aaae7c956450a5a
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user