diff options
author | 2024-09-18 14:22:49 -0700 | |
---|---|---|
committer | 2024-09-19 01:17:54 +0000 | |
commit | 3c794b1368b73c2bd846d685f4700f0c59fae939 (patch) | |
tree | e841c919ab12915cb0a6b656397f38f5cf81102f /flags/system_service.aconfig | |
parent | 76c22e64a891ef59ec98bb30fad1e87e50f98cbe (diff) |
Flag: add get_name_and_address_as_callback
Bug: 315241296
Bug: 368114370
Test: m Bluetooth
Flag: com.android.bluetooth.flags.get_name_and_address_as_callback
Change-Id: I74273b3ad7eb142b90e0313880700b030c1c0f90
Diffstat (limited to 'flags/system_service.aconfig')
-rw-r--r-- | flags/system_service.aconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/flags/system_service.aconfig b/flags/system_service.aconfig index eae1d8717f..1c40504d97 100644 --- a/flags/system_service.aconfig +++ b/flags/system_service.aconfig @@ -39,6 +39,16 @@ flag { } flag { + name: "get_name_and_address_as_callback" + namespace: "bluetooth" + description: "Getting the name and address is a non-oneway call. Instead inform the system server with callback" + metadata { + purpose: PURPOSE_BUGFIX + } + bug: "368114370" +} + +flag { name: "kill_instead_of_exit" namespace: "bluetooth" description: "There is no value in pretending we are exiting properly. This is a kill and we should express it this way when finishing the process" |