diff options
Diffstat (limited to 'flags')
-rw-r--r-- | flags/system_service.aconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/flags/system_service.aconfig b/flags/system_service.aconfig index 1c40504d97..df29c6f3af 100644 --- a/flags/system_service.aconfig +++ b/flags/system_service.aconfig @@ -84,3 +84,10 @@ flag { description: "Replace binder call to the system server with a Messenger to enforce thread safety" bug: "321804999" } + +flag { + name: "adapter_suspend_mgmt" + namespace: "bluetooth" + description: "Configure the BT adapter in a suspend state to avoid unexpected wake-up" + bug: "366432079" +} |