diff options
| author | 2023-08-02 21:18:39 +0000 | |
|---|---|---|
| committer | 2023-08-02 21:18:39 +0000 | |
| commit | cd4093c6f27cbae97f83c42e3de8ebb4fdadbeec (patch) | |
| tree | eabd5bfd4c4ead251ab2d2ef6c1911fc0ff2eb66 | |
| parent | 07d4d6666c599abc362b966d4a77621dc6538a59 (diff) | |
| parent | a019aae7e4fc525e1aea8d8916b0c8fcf0b2a832 (diff) | |
Merge "Move wallet contextual suggestions flag into teamfood." into udc-qpr-dev am: 20fd792af6 am: a019aae7e4
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/24287888
Change-Id: Ib918b15db879f8f53a396a0dfaae09ee4fb75b23
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
| -rw-r--r-- | packages/SystemUI/src/com/android/systemui/flags/Flags.kt | 4 |
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 6518c8c8e8c5..d34ba1fc5eab 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") |