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

Commit 1194c061 authored by William Escande's avatar William Escande
Browse files

Fix typo in Config.java

Introduced in ag/17225723

Test: no
Bug: 217448211
Merged-In: I3e02721d4f48efc25c1a65af38967ccaa6ee9f09
Change-Id: I3e02721d4f48efc25c1a65af38967ccaa6ee9f09
(cherry picked from commit c1e2d8e3)
parent 284ad163
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -95,7 +95,7 @@ public class Config {
            new ProfileConfig(AvrcpControllerService.class, AvrcpControllerService.isEnabled(),
                    (1 << BluetoothProfile.AVRCP_CONTROLLER)),
            new ProfileConfig(BassClientService.class, BassClientService.isEnabled(),
                    (1 >> BluetoothProfile.LE_AUDIO_BROADCAST_ASSISTANT)),
                    (1 << BluetoothProfile.LE_AUDIO_BROADCAST_ASSISTANT)),
            new ProfileConfig(BatteryService.class, BatteryService.isEnabled(),
                    (1 << BluetoothProfile.BATTERY)),
            new ProfileConfig(CsipSetCoordinatorService.class,