• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Flags for sound trigger
2#
3# Please add flags in alphabetical order.
4
5package: "android.media.soundtrigger"
6container: "system"
7
8flag {
9    name: "detection_service_paused_resumed_api"
10    is_exported: true
11    namespace: "media_audio"
12    description: "Feature flag for adding SoundTriggerDetectionService onRecognitionPaused and onRecognitionResumed APIs to SystemApi"
13    bug: "392968319"
14}
15
16flag {
17    name: "generic_model_api"
18    is_exported: true
19    namespace: "media_audio"
20    description: "Feature flag for adding GenericSoundModel to SystemApi"
21    bug: "339267254"
22}
23
24flag {
25    name: "manager_api"
26    is_exported: true
27    namespace: "media_audio"
28    description: "Feature flag for adding SoundTriggerManager API to SystemApi"
29    bug: "339267254"
30}
31
32