commit | eb701ab427f51bca940fcb9f49273c3fdf6e00a6 | [log] [tgz] |
---|---|---|
author | Steve Elliott <steell@google.com> | Tue May 02 15:41:54 2023 -0400 |
committer | Steve Elliott <steell@google.com> | Tue May 02 15:41:54 2023 -0400 |
tree | a756f4b01fa1f28ec35704acbbe8d006a28c4d82 | |
parent | 65108620c4b683e14e9f4dcbfd5e00f937729729 [diff] |
Enable NOTIFICATION_SHELF_REFACTOR for Teamfood Bug: 277338665 Bug: 271161129 Test: manual Change-Id: I5846e90ca1810e98e71d19d5ecabe46794f5875e
diff --git a/packages/SystemUI/src/com/android/systemui/flags/Flags.kt b/packages/SystemUI/src/com/android/systemui/flags/Flags.kt index 1fafa3d..87a85f7 100644 --- a/packages/SystemUI/src/com/android/systemui/flags/Flags.kt +++ b/packages/SystemUI/src/com/android/systemui/flags/Flags.kt
@@ -89,7 +89,7 @@ // TODO(b/277338665): Tracking Bug @JvmField val NOTIFICATION_SHELF_REFACTOR = - unreleasedFlag(271161129, "notification_shelf_refactor") + unreleasedFlag(271161129, "notification_shelf_refactor", teamfood = true) @JvmField val ANIMATED_NOTIFICATION_SHADE_INSETS =