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

Commit a3a9f3e7 authored by Charles Chen's avatar Charles Chen
Browse files

Add flag for better support non-match parent activity

Bug: 356277166
Test: presubmit
Flag: com.android.window.flags.better_support_non_match_parent_activity
Change-Id: Id5f96a78a5a5a466b0ceb50b086f5247a3e1f1ce
parent a5373c46
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -108,3 +108,10 @@ flag {
    description: "Makes WindowLayoutInfo accessible without racing in the Activity#onCreate()"
    bug: "337820752"
}

flag {
    namespace: "windowing_sdk"
    name: "better_support_non_match_parent_activity"
    description: "Relax the assumption of non-match parent activity"
    bug: "356277166"
}