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

Commit c6146f59 authored by Chris Li's avatar Chris Li
Browse files

Add flag for adjacent TF refactor

Bug: 373709676
Test: add flag only
Flag: EXEMPT add flag
Change-Id: I41c88af49b2b4c9e691a13cc923df8478758e0e4
parent fa2026c5
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
    }
}