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

Commit 0d64e293 authored by Eric Lin's avatar Eric Lin
Browse files

Add flag for WindowLayoutInfo in Activity#onCreate.

Bug: 337820752
Test: Only add a new flag
Flag: com.android.window.flags.wlinfo_oncreate
Change-Id: I8f7b7aff35157025c9b712fba239cd8cf3cfd996
parent 6b43ee65
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"
}