Merge "[Central Surfaces] Add flag for fetching bouncerShowing from diff place." into udc-dev

This commit is contained in:
TreeHugger Robot
2023-06-14 22:56:12 +00:00
committed by Android (Google) Code Review

View File

@@ -748,4 +748,10 @@ object Flags {
@JvmField
val BIGPICTURE_NOTIFICATION_LAZY_LOADING =
unreleasedFlag(283447257, "bigpicture_notification_lazy_loading")
// 2900 - CentralSurfaces-related flags
// TODO(b/285174336): Tracking Bug
@JvmField
val USE_REPOS_FOR_BOUNCER_SHOWING = unreleasedFlag(2900, "use_repos_for_bouncer_showing")
}