diff options
author | 2025-03-18 17:32:31 -0700 | |
---|---|---|
committer | 2025-03-18 17:32:31 -0700 | |
commit | 6e757e1601d74ee6f992e9ec3c4304fe7de876dc (patch) | |
tree | e87d811586c9e3e982de473103fa2fb597909350 | |
parent | 7161f3d277f10af218ee197ad09a8ccaf6b79536 (diff) | |
parent | 99c053d4e0fdc67cfd057ac1413eb92843cef3e8 (diff) |
Merge "Add flag simpler_hid_connection_policy" into main
-rw-r--r-- | flags/hid.aconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/flags/hid.aconfig b/flags/hid.aconfig index ee5728c94f..829352e859 100644 --- a/flags/hid.aconfig +++ b/flags/hid.aconfig @@ -128,3 +128,13 @@ flag { purpose: PURPOSE_BUGFIX } } + +flag { + name: "simpler_hid_connection_policy" + namespace: "bluetooth" + description: "Simplify native HID host connection policy enforcement" + bug: "404590499" + metadata { + purpose: PURPOSE_BUGFIX + } +} |