summaryrefslogtreecommitdiff
path: root/core/java/android/service/voice/flags/flags.aconfig
blob: b596666bf607fd0dabb612d2dc1de7159dbd26fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package: "android.service.voice.flags"

flag {
    name: "allow_training_data_egress_from_hds"
    namespace: "machine_learning"
    description: "This flag allows the hotword detection service to egress training data to the default assistant."
    bug: "296074924"
}

flag {
    name: "allow_hotword_bump_egress"
    namespace: "machine_learning"
    description: "This flag allows hotword detection service to egress reason code for hotword bump."
    bug: "290951024"
}