Files
app_Settings/res/xml/bluetooth_le_audio_sharing_join_handler.xml
Yiyi Shen 4b13fb3655 [Audiosharing] Add activity skeleton to handle new connected sink
Test: atest
Flag: com.android.settingslib.flags.promote_audio_sharing_for_second_auto_connected_lea_device
Bug: 395786392
Change-Id: Iff1378af8d9a8aa50ccd02b92630541acb24a1ad
2025-02-26 01:20:31 -08:00

19 lines
999 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2025 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<PreferenceScreen
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:settings="http://schemas.android.com/apk/res-auto"
android:key="audio_sharing_join_handler"
settings:searchable="false"
settings:controller="com.android.settings.connecteddevice.audiosharing.AudioSharingJoinHandlerController" />