From 81fade894b5ac9560ef55003dfbe9f07195dc482 Mon Sep 17 00:00:00 2001 From: William Escande Date: Thu, 17 Oct 2024 18:08:48 -0700 Subject: Flags: Sort hap flags Bug: 373814270 Bug: 372328699 Flag: com.android.bluetooth.flags.aics_api Test: m . Change-Id: Id09bbaca578c9173fcb3e55d967bbe3f53496c7e --- flags/hap.aconfig | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) (limited to 'flags/hap.aconfig') 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" } -- cgit v1.2.3-59-g8ed1b