diff options
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" } |