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

Commit 38c25586 authored by Tom Chan's avatar Tom Chan
Browse files

Add aconfig flag for restarting WearableSensingService process

Changes to restart the WearableSensingService process when a new
wearable connection is provided will be put behind this feature flag

Test: Will rely on presubmit
Bug: 301427767
Change-Id: I5c976feb39c874cb5ee388ee171c3250c1314d2f
parent 49725383
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -21,6 +21,13 @@ flag {
    bug: "301427767"
}

flag {
    name: "enable_restart_wss_process"
    namespace: "machine_learning"
    description: "When this flag is on, the system will restart the WearableSensingService process before providing it with a new secure wearable connection."
    bug: "301427767"
}

flag {
    name: "enable_hotword_wearable_sensing_api"
    namespace: "machine_learning"