Modify string to match the design.

Flag: EXEMPT bug fix
Bug: b/397958254
Test: Manual test.
Change-Id: Ic424e30ce4c44ea63ee650bd6c1bcafcd60070a4
This commit is contained in:
tom hsu
2025-02-26 11:03:42 +00:00
committed by Tom Hsu
parent ceea22c012
commit 9b7f0bbf95
2 changed files with 4 additions and 5 deletions

View File

@@ -236,8 +236,7 @@ public class SatelliteSetting extends RestrictedDashboardFragment {
int summary = mConfigBundle.getBoolean(KEY_EMERGENCY_MESSAGING_SUPPORTED_BOOL)
? R.string.satellite_setting_summary_more_information
: R.string.satellite_setting_summary_more_information_no_emergency_messaging;
footerPreference.setSummary(getResources().getString(summary,
getSubjectString(), mSimOperatorName));
footerPreference.setSummary(getResources().getString(summary, mSimOperatorName));
final String[] link = new String[1];
link[0] = readSatelliteMoreInfoString();