Merge "Hide LeAudio toggle for LeAudio-only device" into main

This commit is contained in:
Haijie Hong
2024-04-19 08:07:39 +00:00
committed by Android (Google) Code Review
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
}
}