Loading android/app/AndroidManifest.xml +2 −1 Original line number Diff line number Diff line Loading @@ -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> Loading android/app/res/values/strings.xml +1 −0 Original line number Diff line number Diff line Loading @@ -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> Loading
android/app/AndroidManifest.xml +2 −1 Original line number Diff line number Diff line Loading @@ -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> Loading
android/app/res/values/strings.xml +1 −0 Original line number Diff line number Diff line Loading @@ -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>