summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author John Johnson <johnrjohn@google.com> 2023-08-01 17:21:41 -0400
committer John Johnson <johnrjohn@google.com> 2023-08-01 17:21:41 -0400
commit24f88789d9fb85a8b0340304fe4d67b8dcd80fbb (patch)
tree46b4f00394823b7c14fef6c5c4f4291159e94a3e
parent7591b03de4b4ef640b5ce97533e2de176418ea9c (diff)
Move wallet contextual suggestions flag into teamfood.
Bug: b/294110497 Test: Manually flipped flag on device Change-Id: I7f09d362f36018baa80160d6bcdd3cf7f67ca2d4
-rw-r--r--packages/SystemUI/src/com/android/systemui/flags/Flags.kt4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/flags/Flags.kt b/packages/SystemUI/src/com/android/systemui/flags/Flags.kt
index 775992be5a55..77ab48f36324 100644
--- a/packages/SystemUI/src/com/android/systemui/flags/Flags.kt
+++ b/packages/SystemUI/src/com/android/systemui/flags/Flags.kt
@@ -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")