diff options
| author | 2023-11-02 21:02:36 +0000 | |
|---|---|---|
| committer | 2023-11-02 21:02:36 +0000 | |
| commit | 8d83d70f08d19a84d3432943df99f81bfed0537c (patch) | |
| tree | 4d7badf766287ea6bcc89cf9b3339d7fa0f288a2 /packages/SystemUI/src | |
| parent | a7a98560993f733f5d6c0a65616d2970bb7bc99e (diff) | |
Remove Voice Replies flag
Bug: 292088885
Test: build
Flag: LEGACY INSTANT_VOICE_REPLY DISABLED
Change-Id: If71d0bb039d886c7e9ba8295bc80d80afd307995
Diffstat (limited to 'packages/SystemUI/src')
| -rw-r--r-- | packages/SystemUI/src/com/android/systemui/flags/Flags.kt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/flags/Flags.kt b/packages/SystemUI/src/com/android/systemui/flags/Flags.kt index ff1df3616b3d..9fdd94cdc2de 100644 --- a/packages/SystemUI/src/com/android/systemui/flags/Flags.kt +++ b/packages/SystemUI/src/com/android/systemui/flags/Flags.kt @@ -68,9 +68,6 @@ object Flags { "notification_drag_to_contents" ) - // TODO(b/254512538): Tracking Bug - val INSTANT_VOICE_REPLY = unreleasedFlag("instant_voice_reply") - /** * This flag controls whether we register a listener for StatsD notification memory reports. * For statsd to actually call the listener however, a server-side toggle needs to be |