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

Commit 76f52cb5 authored by Ziyang Cheng's avatar Ziyang Cheng
Browse files

Add detection_service_paused_resumed_api flag.

The flag is used to control adding onRecognitionPaused and
onRecognitionResumed apis to SoundTriggerDetectionService.

Bug: 392968319
Flag: android.media.soundtrigger.detection_service_paused_resumed_api
Test: Build image for Pixel Watch devices.
Change-Id: Ib0aab89c5b22bf9fb57d14068538a86b77850b99
parent fc1b27c8
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -5,6 +5,14 @@
package: "android.media.soundtrigger"
container: "system"

flag {
    name: "detection_service_paused_resumed_api"
    is_exported: true
    namespace: "media_audio"
    description: "Feature flag for adding SoundTriggerDetectionService onRecognitionPaused and onRecognitionResumed APIs to SystemApi"
    bug: "392968319"
}

flag {
    name: "generic_model_api"
    is_exported: true