[Audiosharing] Add calls and alarms device picker when sharing.
Flagged with enable_le_audio_sharing
Bug: 305620450
Test: Manual
Change-Id: I211bbd83e29a1ea865c3e368f0fcacf3a98255e9
diff --git a/res/xml/bluetooth_audio_sharing.xml b/res/xml/bluetooth_audio_sharing.xml
index a90da72..bf7593a 100644
--- a/res/xml/bluetooth_audio_sharing.xml
+++ b/res/xml/bluetooth_audio_sharing.xml
@@ -19,4 +19,10 @@
xmlns:settings="http://schemas.android.com/apk/res-auto"
android:title="@string/audio_sharing_title">
+ <Preference
+ android:key="calls_and_alarms"
+ android:title="@string/calls_and_alarms_device_title"
+ android:icon="@drawable/ic_audio_calls_and_alarms"
+ settings:controller="com.android.settings.connecteddevice.audiosharing.CallsAndAlarmsPreferenceController"
+ android:summary=""/>
</PreferenceScreen>
\ No newline at end of file