Set Phone number format as LTR
Bug: 334339964 Test: verify the phone number format Change-Id: Ifa5dc394c3d9b8d7565e6200a47b7cb9fb1bba84
This commit is contained in:
@@ -43,7 +43,7 @@ class PrimarySimRepository(private val context: Context) {
|
||||
val item = ListPreferenceOption(
|
||||
id = info.subscriptionId,
|
||||
text = "${info.displayName}",
|
||||
summary = SubscriptionUtil.getFormattedPhoneNumber(context, info) ?: "",
|
||||
summary = SubscriptionUtil.getBidiFormattedPhoneNumber(context, info) ?: "",
|
||||
)
|
||||
callsAndSmsList += item
|
||||
dataList += item
|
||||
|
||||
Reference in New Issue
Block a user