Merge "[Settings] Replace #getServiceStateForSubscriber with #getServiceState" am: e8cf63ddd3
am: 8ead010c08
Change-Id: I558dad7bbc41bc1dc30a72665da0d96e263e67ed
This commit is contained in:
@@ -149,7 +149,8 @@ public class RenameMobileNetworkDialogFragment extends InstrumentedDialogFragmen
|
||||
}
|
||||
|
||||
final TextView operatorName = view.findViewById(R.id.operator_name_value);
|
||||
final ServiceState serviceState = mTelephonyManager.getServiceStateForSubscriber(mSubId);
|
||||
mTelephonyManager = mTelephonyManager.createForSubscriptionId(mSubId);
|
||||
final ServiceState serviceState = mTelephonyManager.getServiceState();
|
||||
operatorName.setText(serviceState.getOperatorAlphaLong());
|
||||
|
||||
final TextView phoneTitle = view.findViewById(R.id.number_label);
|
||||
|
Reference in New Issue
Block a user