Hide LeAudio toggle for LeAudio-only device

Bug: 333827147
Test: atest BluetoothDetailsProfilesControllerTest
Change-Id: Ie446d8866fb51972795b66aac2db84703ef51b84
This commit is contained in:
Haijie Hong
2024-04-17 16:05:36 +08:00
parent 82e71b7278
commit 0307bbfb1f
3 changed files with 76 additions and 0 deletions

View File

@@ -13,4 +13,14 @@ flag {
namespace: "pixel_cross_device_control"
description: "Gates whether to enable checker for bluetooth profile toggle visibility"
bug: "321178209"
}
flag {
name: "hide_le_audio_toggle_for_le_audio_only_device"
namespace: "pixel_cross_device_control"
description: "Gates whether to hide LeAudio toggle for LeAudio-only device"
bug: "333827147"
metadata {
purpose: PURPOSE_BUGFIX
}
}