Enable Voice Reply in QPR3

Fixes: 267487173
Test: manual
Change-Id: Ie4b14b6178839b58255f1f2eff9194fca7e14dfc
This commit is contained in:
Steve Elliott
2023-02-01 12:52:39 -05:00
parent b74f4255f7
commit 70fca2aef3

View File

@@ -68,7 +68,7 @@ object Flags {
@JvmField val DISABLE_FSI = unreleasedFlag(265804648, "disable_fsi")
// TODO(b/254512538): Tracking Bug
val INSTANT_VOICE_REPLY = unreleasedFlag(111, "instant_voice_reply", teamfood = true)
val INSTANT_VOICE_REPLY = releasedFlag(111, "instant_voice_reply")
// TODO(b/254512425): Tracking Bug
val NOTIFICATION_MEMORY_MONITOR_ENABLED =