Merge "Add flag for async HybridNotificationView inflation" into udc-qpr-dev

This commit is contained in:
Treehugger Robot
2023-06-30 13:51:40 +00:00
committed by Android (Google) Code Review

View File

@@ -91,6 +91,15 @@ object Flags {
val NOTIFICATION_SHELF_REFACTOR =
unreleasedFlag(271161129, "notification_shelf_refactor")
// TODO(b/288326013): Tracking Bug
@JvmField
val NOTIFICATION_ASYNC_HYBRID_VIEW_INFLATION =
unreleasedFlag(
288326013,
"notification_async_hybrid_view_inflation",
teamfood = false
)
@JvmField
val ANIMATED_NOTIFICATION_SHADE_INSETS =
releasedFlag(270682168, "animated_notification_shade_insets")