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

Commit 1943a550 authored by Jiaming Liu's avatar Jiaming Liu
Browse files

Add flag for touch pass through opt-in

Bug: 358129114
Change-Id: I8b8e6486e2a639b113fe882130006ad1c038a8be
Test: Flag only
Flag: com.android.window.flags.touch_pass_through_opt_in
parent 5ceda28d
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -115,3 +115,10 @@ flag {
    bug: "289875940"
    is_fixed_read_only: true
}

flag {
    namespace: "windowing_sdk"
    name: "touch_pass_through_opt_in"
    description: "Requires apps to opt-in to overlay pass through touches and provide APIs to opt-in"
    bug: "358129114"
}