diff options
author | 2024-10-17 18:08:48 -0700 | |
---|---|---|
committer | 2024-10-21 16:51:51 -0700 | |
commit | 81fade894b5ac9560ef55003dfbe9f07195dc482 (patch) | |
tree | 8a806298ee5ada980815d721adc39428662d8813 /flags/hap.aconfig | |
parent | a0556794f886a85142469ff86ab3e114ce2ccb48 (diff) |
Flags: Sort hap flags
Bug: 373814270
Bug: 372328699
Flag: com.android.bluetooth.flags.aics_api
Test: m .
Change-Id: Id09bbaca578c9173fcb3e55d967bbe3f53496c7e
Diffstat (limited to 'flags/hap.aconfig')
-rw-r--r-- | flags/hap.aconfig | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/flags/hap.aconfig b/flags/hap.aconfig index 0780daf238..15cfd9c5bb 100644 --- a/flags/hap.aconfig +++ b/flags/hap.aconfig @@ -2,18 +2,18 @@ package: "com.android.bluetooth.flags" container: "com.android.btservices" flag { - name: "enable_hap_by_default" + name: "aics_api" + is_exported: true namespace: "bluetooth" - description: "On device that support HAP, enable it by default and disable ASHA" - bug: "345826775" + description: "Expose new API to control AICS data" + bug: "372328699" } flag { - name: "settings_can_control_hap_preset" - is_exported: true + name: "enable_hap_by_default" namespace: "bluetooth" - description: "Allow user to control the preset of hearing aid devices" - bug: "306236481" + description: "On device that support HAP, enable it by default and disable ASHA" + bug: "345826775" } flag { @@ -26,11 +26,10 @@ flag { } } - flag { - name: "aics_api" + name: "settings_can_control_hap_preset" is_exported: true namespace: "bluetooth" - description: "Expose new API to control AICS data" - bug: "372328699" + description: "Allow user to control the preset of hearing aid devices" + bug: "306236481" } |