Merge "Move wallet contextual suggestions flag into teamfood." into udc-qpr-dev am: 20fd792af6

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/24287888

Change-Id: I20b1c1687cef287ae8eb141adf3305aef22b9d3b
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
John Johnson
2023-08-02 20:33:48 +00:00
committed by Automerger Merge Worker

View File

@@ -195,10 +195,10 @@ object Flags {
@JvmField val FALSING_OFF_FOR_UNFOLDED = releasedFlag(225, "falsing_off_for_unfolded")
/** Enables code to show contextual loyalty cards in wallet entrypoints */
// TODO(b/247587924): Tracking Bug
// TODO(b/294110497): Tracking Bug
@JvmField
val ENABLE_WALLET_CONTEXTUAL_LOYALTY_CARDS =
unreleasedFlag(226, "enable_wallet_contextual_loyalty_cards", teamfood = false)
unreleasedFlag(226, "enable_wallet_contextual_loyalty_cards", teamfood = true)
// TODO(b/242908637): Tracking Bug
@JvmField val WALLPAPER_FULLSCREEN_PREVIEW = releasedFlag(227, "wallpaper_fullscreen_preview")