Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b8999e74 authored by Tom Chan's avatar Tom Chan
Browse files

Add enable_concurrent_wearable_connections feature flag

Bug: 358133158
Test: It builds
Flag: android.app.wearable.enable_concurrent_wearable_connections

Change-Id: I0ec1c7af4e6f3d428c29cfbc44440302a5360bb6
parent e3323b7d
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -39,3 +39,11 @@ flag {
    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