diff options
| author | 2024-10-08 16:53:19 +0000 | |
|---|---|---|
| committer | 2024-10-08 16:53:19 +0000 | |
| commit | 1ca6607a666140ceb10cac462cfd36a5d062f15c (patch) | |
| tree | cdd426679393d945c4796cbb843c410386b29a4a | |
| parent | 1ae70a8f88c75e06a278a512d54f430415b6ff62 (diff) | |
| parent | b8999e7414920fbe301e871e722e43eb0d273f27 (diff) | |
Merge "Add enable_concurrent_wearable_connections feature flag" into main
| -rw-r--r-- | core/java/android/app/wearable/flags.aconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/core/java/android/app/wearable/flags.aconfig b/core/java/android/app/wearable/flags.aconfig index b68bafe279bf..534f46172fc1 100644 --- a/core/java/android/app/wearable/flags.aconfig +++ b/core/java/android/app/wearable/flags.aconfig @@ -38,4 +38,12 @@ flag { namespace: "machine_learning" description: "This flag enables the APIs related to hotword in WearableSensingManager and WearableSensingService." bug: "310055381" +} + +flag { + name: "enable_concurrent_wearable_connections" + is_exported: true + namespace: "machine_learning" + description: "This flag enables the APIs for providing multiple concurrent connections to the WearableSensingService." + bug: "358133158" }
\ No newline at end of file |