diff options
| author | 2024-05-15 07:53:20 +0000 | |
|---|---|---|
| committer | 2024-05-22 05:31:03 +0000 | |
| commit | b00cb7f2af03b2b75c039e4cb4a678b4319d6b81 (patch) | |
| tree | 99a0cd1576df134745a1a14f13f853c0edfc286b | |
| parent | b0f4faad9a79634c46d9dab6ad6f535a66d0774e (diff) | |
Revert "[Audiosharing] Add aconfig for le audio sharing feature."
This reverts commit 55fe83270c851529007772fd024cd50b3fc2734d.
Reason for revert: Use SettingsLib flag instead
Change-Id: Ic7e8b10aed17b019749572e1d0294c21c46eba94
| -rw-r--r-- | packages/SystemUI/aconfig/cross_device_control.aconfig | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/packages/SystemUI/aconfig/cross_device_control.aconfig b/packages/SystemUI/aconfig/cross_device_control.aconfig deleted file mode 100644 index 5f9a4f42b546..000000000000 --- a/packages/SystemUI/aconfig/cross_device_control.aconfig +++ /dev/null @@ -1,16 +0,0 @@ -package: "com.android.systemui" -container: "system" - -flag { - name: "legacy_le_audio_sharing" - namespace: "pixel_cross_device_control" - description: "Gates the legacy le audio sharing UI." - bug: "322295262" -} - -flag { - name: "enable_personal_le_audio_sharing" - namespace: "pixel_cross_device_control" - description: "Gates the personal le audio sharing UI in UMO." - bug: "322295480" -} |