diff options
author | 2024-05-08 20:37:04 -0700 | |
---|---|---|
committer | 2024-05-09 11:19:32 -0700 | |
commit | 26b163aa16ef7b91a2754024b47c3628f6ed7065 (patch) | |
tree | dc0c043a971b2e751f94eb89511a20375281054f /flags/system_service.aconfig | |
parent | 99392b8d171478ad5cd2803c3b50679525d97295 (diff) |
Sort system service flags
Bug: 315241296
Test: None
Flags: Exempt, re-ordering the file
Change-Id: I79c24a5bf6a32fe1de7c462e4d38a9ca28f4420f
Diffstat (limited to 'flags/system_service.aconfig')
-rw-r--r-- | flags/system_service.aconfig | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/flags/system_service.aconfig b/flags/system_service.aconfig index 0ef7c502fc..8d463bb0f1 100644 --- a/flags/system_service.aconfig +++ b/flags/system_service.aconfig @@ -2,18 +2,21 @@ package: "com.android.bluetooth.flags" container: "com.android.btservices" flag { - name: "auto_on_feature" - is_exported: true + name: "airplane_mode_x_ble_on" namespace: "bluetooth" - description: "Turn bluetooth on next morning at 5 am" - bug: "323060869" + description: "Airplane mode is not properly listen to when reaching BLE mode" + metadata { + purpose: PURPOSE_BUGFIX + } + bug: "338079154" } flag { - name: "system_server_messenger" + name: "auto_on_feature" + is_exported: true namespace: "bluetooth" - description: "Replace binder call to the system server with a Messenger to enforce thread safety" - bug: "321804999" + description: "Turn bluetooth on next morning at 5 am" + bug: "323060869" } flag { @@ -24,11 +27,8 @@ flag { } flag { - name: "airplane_mode_x_ble_on" + name: "system_server_messenger" namespace: "bluetooth" - description: "Airplane mode is not properly listen to when reaching BLE mode" - metadata { - purpose: PURPOSE_BUGFIX - } - bug: "338079154" + description: "Replace binder call to the system server with a Messenger to enforce thread safety" + bug: "321804999" } |