Enable NotificationMemoryMonitor dumps in bug reports

This enables the NMM flag in droidfood for everyone. It's been soaking in teamfood
and has proven to be useful.

Bug:254512425
Bug:235451049

Test: n/a
Change-Id: Ic62e52b8e150c91893028c8f52106577604cb1d4
This commit is contained in:
Jernej Virag
2022-11-01 10:34:44 +01:00
parent 71bf4aaf9e
commit 64358396cb

View File

@@ -57,7 +57,7 @@ object Flags {
val INSTANT_VOICE_REPLY = UnreleasedFlag(111, teamfood = true)
// TODO(b/254512425): Tracking Bug
val NOTIFICATION_MEMORY_MONITOR_ENABLED = UnreleasedFlag(112, teamfood = true)
val NOTIFICATION_MEMORY_MONITOR_ENABLED = ReleasedFlag(112)
// TODO(b/254512731): Tracking Bug
@JvmField val NOTIFICATION_DISMISSAL_FADE = UnreleasedFlag(113, teamfood = true)