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

Commit 64ac91f7 authored by Matt Buckley's avatar Matt Buckley
Browse files

Add flag to guard boosting on touch in ViewRootImpl

Bug: 360345939
Change-Id: I89de68a28810cf1eda74b292a74a30c658eafa53
Test: n/a
Flag: android.adpf.adpf_viewrootimpl_action_down_boost
parent 222750e7
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"
}