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

Commit 6e34e3a2 authored by Chris Li's avatar Chris Li Committed by Android (Google) Code Review
Browse files

Merge "Add flag for adjacent TF refactor" into main

parents 9e527238 c6146f59
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -116,3 +116,14 @@ flag {
    description: "Relax the assumption of non-match parent activity"
    bug: "356277166"
}

flag {
    namespace: "windowing_sdk"
    name: "allow_multiple_adjacent_task_fragments"
    description: "Refactor to allow more than 2 adjacent TaskFragments"
    bug: "373709676"
    is_fixed_read_only: true
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}