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

Commit b085c4d3 authored by Sanket Agarwal's avatar Sanket Agarwal Committed by android-build-merger
Browse files

Merge "AVRCP 1.6 CT implementation"

am: c024cec3

Change-Id: Ie05ec01d57d855f568f5801e14afdabbf1def4fa
parents 7b80eb8b c024cec3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -316,7 +316,7 @@
        </service>
        <service
            android:process="@string/process"
            android:name = ".avrcp.AvrcpControllerService"
            android:name = ".avrcpcontroller.AvrcpControllerService"
            android:enabled="@bool/profile_supported_avrcp_controller">
            <intent-filter>
                <action android:name="android.bluetooth.IBluetoothAvrcpController" />
Loading