[Settings] EID should be read out as phone number
EID need to support TTS. Bug: 270517566 Test: local Change-Id: I630e94cca8d240595546897ac17ae6c59366c84a
This commit is contained in:
@@ -162,7 +162,7 @@ public class SimEidPreferenceController extends BasePreferenceController
|
||||
mShowEidOnSummary = true;
|
||||
|
||||
dialogShwon.setOnDismissListener(dlg -> {
|
||||
mPreference.setSummary(getSummary());
|
||||
mPreference.setSummary(PhoneNumberUtil.expandByTts(getSummary()));
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user