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

Commit f6c37363 authored by Angela Wang's avatar Angela Wang Committed by Android (Google) Code Review
Browse files

Merge "Show binaural ASHA hearing aids addresses" into main

parents b7f9d725 e4d7d5e3
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -59,6 +59,12 @@ public class BluetoothDetailsMacAddressController extends BluetoothDetailsContro
                title.append("\n").append(member.getIdentityAddress());
            }
            mFooterPreference.setTitle(title);
        } else if (mCachedDevice.getSubDevice() != null) {
            StringBuilder title = new StringBuilder(mContext.getString(
                    R.string.bluetooth_multuple_devices_mac_address,
                    mCachedDevice.getIdentityAddress()));
            title.append("\n").append(mCachedDevice.getSubDevice().getIdentityAddress());
            mFooterPreference.setTitle(title);
        } else {
            mFooterPreference.setTitle(mContext.getString(
                    R.string.bluetooth_device_mac_address, mCachedDevice.getIdentityAddress()));