Use the new VpnType.getDescriptionId().
This commit is contained in:
@@ -60,7 +60,7 @@ public class VpnTypeSelection extends PreferenceActivity {
|
|||||||
|
|
||||||
Preference pref = new Preference(this);
|
Preference pref = new Preference(this);
|
||||||
pref.setTitle(message);
|
pref.setTitle(message);
|
||||||
pref.setSummary(t.getDescription());
|
pref.setSummary(t.getDescriptionId());
|
||||||
root.addPreference(pref);
|
root.addPreference(pref);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user