Merge "Modify string to match the design." into main

This commit is contained in:
Treehugger Robot
2025-02-26 05:39:02 -08:00
committed by Android (Google) Code Review
2 changed files with 4 additions and 5 deletions

View File

@@ -248,8 +248,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();