Move MediaBrowserService to AVRCP controller package

Media Browsing is done over the control channel rather than the
distribution channel so move it to the appropriate package.

Bug: 111606749
Test: Perform media browsing and control.
Change-Id: I3f28c845a9803e7332efb64598bf205f3f475fa9
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 3b505fd..b43606a 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -310,7 +310,7 @@
         </service>
         <service
             android:process="@string/process"
-            android:name=".a2dpsink.mbs.A2dpMediaBrowserService"
+            android:name=".avrcpcontroller.BluetoothMediaBrowserService"
             android:exported="true"
             android:enabled="@bool/profile_supported_a2dp_sink"
             android:label="@string/a2dp_sink_mbs_label">