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

Commit b05b8e60 authored by Matt Casey's avatar Matt Casey
Browse files

Unbundled chooser -> teamfood

Some known issues:
- Pinned apps not transitioned to unbundled. (b/223249318)
- Work profile sharesheet unaffected by flag. (b/256007642)

Test: atest FlagsTest
Bug: 217469868
Change-Id: Ib49e36c55d5a84025055995a79734a66f248a06a
parent 7be703bd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -311,7 +311,7 @@ object Flags {

    // 1500 - chooser
    // TODO(b/254512507): Tracking Bug
    val CHOOSER_UNBUNDLED = UnreleasedFlag(1500)
    val CHOOSER_UNBUNDLED = UnreleasedFlag(1500, true)

    // 1700 - clipboard
    @JvmField val CLIPBOARD_OVERLAY_REFACTOR = UnreleasedFlag(1700)