Add flag for additional touchpad palm rejection while typing
Flag to enable additional touchpad palm rejection while typing on a
physical keyboard. This flag will be used in upcoming changes.
Bug: 301055381
Test: atest GestureConverterTest
Change-Id: Iedc78261fc8973eaf2f8c704674321607517351f
diff --git a/libs/input/input_flags.aconfig b/libs/input/input_flags.aconfig
index 6302ff5..978a80f 100644
--- a/libs/input/input_flags.aconfig
+++ b/libs/input/input_flags.aconfig
@@ -41,3 +41,10 @@
description: "Brings back fatal logging for inconsistent event streams originating from accessibility."
bug: "299977100"
}
+
+flag {
+ name: "enable_touchpad_typing_palm_rejection"
+ namespace: "input"
+ description: "Enable additional palm rejection on touchpad while typing"
+ bug: "301055381"
+}