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

Commit 6971e714 authored by Tom Chan's avatar Tom Chan Committed by Android (Google) Code Review
Browse files

Merge changes Ie1248eb3,Ie6788087 into main

* changes:
  Add aconfig flag for wearable hotword
  Add aconfig flags for wearable features.
parents 9045057e a66e89c3
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
@@ -6,3 +6,24 @@ flag {
    description: "This flag enables the WearableSensingManager#STATUS_UNSUPPORTED_OPERATION status code API."
    bug: "301427767"
}

flag {
    name: "enable_data_request_observer_api"
    namespace: "machine_learning"
    description: "This flag enables the API to register a data request observer on WearableSensingManager."
    bug: "301427767"
}

flag {
    name: "enable_provide_wearable_connection_api"
    namespace: "machine_learning"
    description: "This flag enables the WearableSensingManager#provideWearableConnection API."
    bug: "301427767"
}

flag {
    name: "enable_hotword_wearable_sensing_api"
    namespace: "machine_learning"
    description: "This flag enables the APIs related to hotword in WearableSensingManager and WearableSensingService."
    bug: "310055381"
}
 No newline at end of file