Loading src/com/android/settings/vpn2/VpnSettings.java +1 −1 Original line number Diff line number Diff line Loading @@ -425,7 +425,7 @@ public class VpnSettings extends SettingsPreferenceFragment implements } VpnConfig config = new VpnConfig(); config.packagz = profile.key; config.user = profile.key; config.interfaze = interfaze; config.session = profile.name; config.routes = profile.routes; Loading Loading
src/com/android/settings/vpn2/VpnSettings.java +1 −1 Original line number Diff line number Diff line Loading @@ -425,7 +425,7 @@ public class VpnSettings extends SettingsPreferenceFragment implements } VpnConfig config = new VpnConfig(); config.packagz = profile.key; config.user = profile.key; config.interfaze = interfaze; config.session = profile.name; config.routes = profile.routes; Loading