Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4919cc2d authored by Yiyi Shen's avatar Yiyi Shen
Browse files

[Audiosharing] Move flag to SettingsLib

Bug: 324023639
Test: manual
Change-Id: Ib80def907b75e89f1426d5ae5e02069c6d0e83b5
parent 599156ec
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
@@ -23,3 +23,24 @@ flag {
   description: "Displays the auto on toggle in the bluetooth QS tile dialog"
   bug: "316985153"
}

flag {
    name: "legacy_le_audio_sharing"
    namespace: "pixel_cross_device_control"
    description: "Gates the legacy le audio sharing UI."
    bug: "322295262"
}

flag {
  name: "enable_le_audio_sharing"
  namespace: "pixel_cross_device_control"
  description: "Gates whether to enable LE audio sharing"
  bug: "305620450"
}

flag {
  name: "enable_le_audio_qr_code_private_broadcast_sharing"
  namespace: "pixel_cross_device_control"
  description: "Gates whether to enable LE audio private broadcast sharing via QR code"
  bug: "308368124"
}
 No newline at end of file