Sim name doesn't persist on reboot
Sim name was not persisting on changed by user because of wrong api call. Bug: 18024820 Change-Id: I7dee4a181f17f8cfabe48fefb92d7fc407efbe59
This commit is contained in:
@@ -570,7 +570,8 @@ public class SimSettings extends RestrictedSettingsFragment implements Indexable
|
||||
String displayName = nameText.getText().toString();
|
||||
int subId = mSubInfoRecord.getSubscriptionId();
|
||||
mSubInfoRecord.setDisplayName(displayName);
|
||||
SubscriptionManager.setDisplayName(displayName, subId);
|
||||
SubscriptionManager.setDisplayName(displayName, subId,
|
||||
SubscriptionManager.NAME_SOURCE_USER_INPUT);
|
||||
findRecordBySubId(subId).setDisplayName(displayName);
|
||||
|
||||
final int colorSelected = colorSpinner.getSelectedItemPosition();
|
||||
|
Reference in New Issue
Block a user