Merge "Fixed display name not saved after carrier changed" into qt-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
b346760045
@@ -99,7 +99,8 @@ public class RenameMobileNetworkDialogFragment extends InstrumentedDialogFragmen
|
||||
mSubId);
|
||||
String newName = mNameView.getText().toString();
|
||||
if (currentInfo != null && !currentInfo.getDisplayName().equals(newName)) {
|
||||
mSubscriptionManager.setDisplayName(newName, mSubId);
|
||||
mSubscriptionManager.setDisplayName(newName, mSubId,
|
||||
SubscriptionManager.NAME_SOURCE_USER_INPUT);
|
||||
}
|
||||
})
|
||||
.setNegativeButton(android.R.string.cancel, null);
|
||||
|
Reference in New Issue
Block a user