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

Commit ebac27c6 authored by Yuyang Huang's avatar Yuyang Huang
Browse files

Fix typo in A2dpService.java

Bug: 372328032
Change-Id: Ia4aae11db3d2ffba4c3f83e293d703261302f93f
Flag: exempt, logging change
Test: m p/m/B
parent d4a7e3c8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1055,7 +1055,7 @@ public class A2dpService extends ProfileService {
        }
    }

    /* Notifications of audio device connection/disconn events. */
    /* Notifications of audio device connection/disconnection events. */
    private class AudioManagerAudioDeviceCallback extends AudioDeviceCallback {
        @Override
        public void onAudioDevicesAdded(AudioDeviceInfo[] addedDevices) {