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

Commit 76136b03 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add flag for WindowLayoutInfo in Activity#onCreate." into main

parents d3f00b5e 0d64e293
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -122,3 +122,10 @@ flag {
    description: "Requires apps to opt-in to overlay pass through touches and provide APIs to opt-in"
    bug: "358129114"
}

flag {
    namespace: "windowing_sdk"
    name: "wlinfo_oncreate"
    description: "Makes WindowLayoutInfo accessible without racing in the Activity#onCreate()"
    bug: "337820752"
}