VpnSettings: enable MPPE by default.

Change-Id: I0e8ec0ec4d233081d6b06d14f82e2c56d9ae0642
This commit is contained in:
Chia-chi Yeh
2011-07-14 23:08:33 -07:00
parent 45c04be1f6
commit 0fe97ebcd8

View File

@@ -45,7 +45,7 @@ class VpnProfile implements Cloneable {
String dnsServers = ""; // 5 String dnsServers = ""; // 5
String searchDomains = ""; // 6 String searchDomains = ""; // 6
String routes = ""; // 7 String routes = ""; // 7
boolean mppe = false; // 8 boolean mppe = true; // 8
String l2tpSecret = ""; // 9 String l2tpSecret = ""; // 9
String ipsecIdentifier = "";// 10 String ipsecIdentifier = "";// 10
String ipsecSecret = ""; // 11 String ipsecSecret = ""; // 11