am 6d0059c3
: Merge "Change default sim selection text in sim settings ui." into lmp-mr1-dev
* commit '6d0059c3f998a86b1726949525d3501d5b7cf589': Change default sim selection text in sim settings ui.
This commit is contained in:
@@ -247,7 +247,7 @@ public class SimSettings extends RestrictedSettingsFragment implements Indexable
|
|||||||
|
|
||||||
simPref.setTitle(R.string.calls_title);
|
simPref.setTitle(R.string.calls_title);
|
||||||
simPref.setSummary(phoneAccount == null
|
simPref.setSummary(phoneAccount == null
|
||||||
? getResources().getString(R.string.sim_selection_required_pref)
|
? getResources().getString(R.string.sim_calls_ask_first_prefs_title)
|
||||||
: (String)telecomManager.getPhoneAccount(phoneAccount).getLabel());
|
: (String)telecomManager.getPhoneAccount(phoneAccount).getLabel());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user