diff options
| author | 2023-11-07 17:28:52 +0000 | |
|---|---|---|
| committer | 2023-11-07 17:28:52 +0000 | |
| commit | a62c4d69b5d99618d356bccd8717863f578da94b (patch) | |
| tree | 7a1bda3154a2ba39be5acf312f8fada98cf2e022 | |
| parent | d0bd4a1a687ae322e90a6d251ac304d6da5c353e (diff) | |
| parent | 8d83d70f08d19a84d3432943df99f81bfed0537c (diff) | |
Merge "Remove Voice Replies flag" into main
| -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 ea074096696d..f28d6215cfd3 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 |