From 0fe97ebcd86905829f6527d7198536d0423e1417 Mon Sep 17 00:00:00 2001 From: Chia-chi Yeh Date: Thu, 14 Jul 2011 23:08:33 -0700 Subject: [PATCH] VpnSettings: enable MPPE by default. Change-Id: I0e8ec0ec4d233081d6b06d14f82e2c56d9ae0642 --- src/com/android/settings/vpn2/VpnProfile.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/android/settings/vpn2/VpnProfile.java b/src/com/android/settings/vpn2/VpnProfile.java index 24c2f5fad4a..3ee3af066fe 100644 --- a/src/com/android/settings/vpn2/VpnProfile.java +++ b/src/com/android/settings/vpn2/VpnProfile.java @@ -45,7 +45,7 @@ class VpnProfile implements Cloneable { String dnsServers = ""; // 5 String searchDomains = ""; // 6 String routes = ""; // 7 - boolean mppe = false; // 8 + boolean mppe = true; // 8 String l2tpSecret = ""; // 9 String ipsecIdentifier = "";// 10 String ipsecSecret = ""; // 11