am 8fd062e1
: Use the new VpnType.getDescriptionId().
Merge commit '8fd062e1a5c0047deff1dd817a097b94891000f2' into eclair-plus-aosp * commit '8fd062e1a5c0047deff1dd817a097b94891000f2': Use the new VpnType.getDescriptionId().
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user