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

Commit 553351c2 authored by Matt Buckley's avatar Matt Buckley Committed by Android (Google) Code Review
Browse files

Merge "Add flag to guard boosting on touch in ViewRootImpl" into main

parents f7cd357a 64ac91f7
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -5,3 +5,11 @@
package: "android.adpf"
container: "system"

flag {
    name: "adpf_viewrootimpl_action_down_boost"
    is_exported: true
    namespace: "game"
    description: "Guards boosting on touch in ViewRootImpl."
    is_fixed_read_only: true
    bug: "360345939"
}