Add flag for contextual wallet suggestions

Bug: b/265041328
Test: built and pushed to device locally
Change-Id: I4096dcbd79234d20f2badaf0d92e6ebf9788f7f1
This commit is contained in:
John Johnson
2023-01-12 17:23:22 -05:00
parent 12fb8ad349
commit 944ed21d43

View File

@@ -210,6 +210,12 @@ object Flags {
// TODO(b/262859270): Tracking Bug
@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
@JvmField
val ENABLE_WALLET_CONTEXTUAL_LOYALTY_CARDS =
unreleasedFlag(226, "enable_wallet_contextual_loyalty_cards", teamfood = false)
// 300 - power menu
// TODO(b/254512600): Tracking Bug
@JvmField val POWER_MENU_LITE = releasedFlag(300, "power_menu_lite")