Loading src/com/android/settings/vpn/VpnTypeSelection.java +1 −1 Original line number Diff line number Diff line Loading @@ -60,7 +60,7 @@ public class VpnTypeSelection extends PreferenceActivity { Preference pref = new Preference(this); pref.setTitle(message); pref.setSummary(t.getDescription()); pref.setSummary(t.getDescriptionId()); root.addPreference(pref); } } Loading Loading
src/com/android/settings/vpn/VpnTypeSelection.java +1 −1 Original line number Diff line number Diff line Loading @@ -60,7 +60,7 @@ public class VpnTypeSelection extends PreferenceActivity { Preference pref = new Preference(this); pref.setTitle(message); pref.setSummary(t.getDescription()); pref.setSummary(t.getDescriptionId()); root.addPreference(pref); } } Loading