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

Commit b434d9e6 authored by Sanket Agarwal's avatar Sanket Agarwal
Browse files

Define a label for A2DP Media Browser service

In order for applications to render A2DP SNK audio, they may require a
specific label for the streaming service in-stead of relying on the
application label.

Bug: b/28537735
Change-Id: If4e422160802ba578b0f38630b82462fcb619b33
(cherry picked from commit 00023aaf6c83190ae797cedf6878d4d076fa74a6)
parent 39319554
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -309,7 +309,8 @@
            android:process="@string/process"
            android:name=".a2dpsink.mbs.A2dpMediaBrowserService"
            android:exported="true"
            android:enabled="@bool/profile_supported_a2dp_sink">
            android:enabled="@bool/profile_supported_a2dp_sink"
            android:label="@string/a2dp_sink_mbs_label">
            <intent-filter>
                <action android:name="android.media.browse.MediaBrowserService" />
            </intent-filter>
+1 −0
Original line number Diff line number Diff line
@@ -245,4 +245,5 @@
    <string name="bluetooth_map_settings_no_account_slots_left">Cannot select account. 0 slots left</string>
    <string name="bluetooth_connected">Bluetooth audio connected</string>
    <string name="bluetooth_disconnected">Bluetooth audio disconnected"</string>
    <string name="a2dp_sink_mbs_label">Bluetooth Audio</string>
</resources>