From 8d83d70f08d19a84d3432943df99f81bfed0537c Mon Sep 17 00:00:00 2001 From: Jeff DeCew Date: Thu, 2 Nov 2023 21:02:36 +0000 Subject: Remove Voice Replies flag Bug: 292088885 Test: build Flag: LEGACY INSTANT_VOICE_REPLY DISABLED Change-Id: If71d0bb039d886c7e9ba8295bc80d80afd307995 --- packages/SystemUI/src/com/android/systemui/flags/Flags.kt | 3 --- 1 file changed, 3 deletions(-) (limited to 'packages') 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 -- cgit v1.2.3-59-g8ed1b