Merge "String changes in the cross profile settings page" into rvc-dev am: 311ff0c1ea am: d3bd08653d am: d8688acfd9 am: 391db760a0

Change-Id: I41da9424f9ccc037b0be4e176358ec0d0e6a87af
This commit is contained in:
Kholoud Mohamed
2020-05-12 16:15:11 +00:00
committed by Automerger Merge Worker
2 changed files with 4 additions and 9 deletions

View File

@@ -255,11 +255,6 @@ public class InteractAcrossProfilesDetails extends AppInfoBase
dialogTitle.setText(
getString(R.string.interact_across_profiles_consent_dialog_title, mAppLabel));
final TextView dialogSummary = dialogView.findViewById(
R.id.interact_across_profiles_consent_dialog_summary);
dialogSummary.setText(
getString(R.string.interact_across_profiles_consent_dialog_summary, mAppLabel));
final TextView appDataSummary = dialogView.findViewById(R.id.app_data_summary);
appDataSummary.setText(getString(
R.string.interact_across_profiles_consent_dialog_app_data_summary, mAppLabel));