Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cd4093c6 authored by John Johnson's avatar John Johnson Committed by Automerger Merge Worker
Browse files

Merge "Move wallet contextual suggestions flag into teamfood." into...

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

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



Change-Id: Ib918b15db879f8f53a396a0dfaae09ee4fb75b23
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 07d4d666 a019aae7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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")