Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e1cad1e0 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix CDM profiles string template use" into sc-dev

parents 1347c35b 1ab65e54
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -128,9 +128,11 @@ public class CompanionDeviceActivity extends Activity {

        if (useDeviceProfile) {
            profileSummary.setVisibility(View.VISIBLE);
            String deviceRef = getRequest().isSingleDevice()
                    ? getService().mDevicesFound.get(0).getDisplayName()
                    : profileName;
            profileSummary.setText(getString(R.string.profile_summary,
                    getCallingAppName(),
                    profileName,
                    deviceRef,
                    profilePrivacyDisclaimer));
        } else {
            profileSummary.setVisibility(View.GONE);