Merge "Update learn more string of FooterPrefernce" into tm-dev

This commit is contained in:
Edgar Wang
2022-05-20 23:13:07 +00:00
committed by Android (Google) Code Review
15 changed files with 29 additions and 29 deletions

View File

@@ -367,9 +367,9 @@ public class AppLaunchSettings extends AppInfoBase implements
final Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse(LEARN_MORE_URI));
mContext.startActivity(intent);
});
final String learnMoreContentDescription = mContext.getString(
final String learnMoreText = mContext.getString(
R.string.footer_learn_more_content_description, getLabelName());
footerPreference.setLearnMoreContentDescription(learnMoreContentDescription);
footerPreference.setLearnMoreText(learnMoreText);
}
private String getLabelName() {