Merge "Remove teamfood override for NOTIFICATION_MEMORY_LOGGING_ENABLED" into tm-qpr-dev am: 037530ec73
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/21797179 Change-Id: I62af0c053f5bfe9525b5c475e328a71af30e5658 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -74,8 +74,12 @@ object Flags {
|
||||
val NOTIFICATION_MEMORY_MONITOR_ENABLED =
|
||||
releasedFlag(112, "notification_memory_monitor_enabled")
|
||||
|
||||
/**
|
||||
* This flag is server-controlled and should stay as [unreleasedFlag] since we never want to
|
||||
* enable it on release builds.
|
||||
*/
|
||||
val NOTIFICATION_MEMORY_LOGGING_ENABLED =
|
||||
unreleasedFlag(119, "notification_memory_logging_enabled", teamfood = true)
|
||||
unreleasedFlag(119, "notification_memory_logging_enabled")
|
||||
|
||||
// TODO(b/254512731): Tracking Bug
|
||||
@JvmField val NOTIFICATION_DISMISSAL_FADE = releasedFlag(113, "notification_dismissal_fade")
|
||||
|
||||
Reference in New Issue
Block a user