diff options
-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 64bdedcca1..4b21bdf6f2 100644 --- a/flags/system_service.aconfig +++ b/flags/system_service.aconfig @@ -23,6 +23,13 @@ flag { } flag { + name: "fast_bind_to_app" + namespace: "bluetooth" + description: "Remove complexity and non necessary initialization when simply binding" + bug: "328698375" +} + +flag { name: "use_new_airplane_mode" namespace: "bluetooth" description: "Use the new implemention of airplane mode" |