diff --git a/src/com/android/settings/bluetooth/QrCodeScanModeFragment.java b/src/com/android/settings/bluetooth/QrCodeScanModeFragment.java index dcf89ca9d0e..fa6d0585a55 100644 --- a/src/com/android/settings/bluetooth/QrCodeScanModeFragment.java +++ b/src/com/android/settings/bluetooth/QrCodeScanModeFragment.java @@ -232,8 +232,7 @@ public class QrCodeScanModeFragment extends InstrumentedFragment implements } private void updateSummary() { - mSummary.setText(getString(R.string.bt_le_audio_scan_qr_code_scanner, - null /* broadcast_name*/));; + mSummary.setText(R.string.bt_le_audio_scan_qr_code_scanner); } @Override