summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2024-03-31 08:09:29 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2024-03-31 08:09:29 +0000
commit686b965eef8cb608cfa3db2de48a2c0c98ee56ec (patch)
tree253a9f52fb24a3cc8d645e6d4c13d0041605c7de /libs
parent54602b48037e1bcece8fbc108cb1cda3f04edab8 (diff)
parented89cbbc7d3763e683dc2dbb6b13ceb6bc7257b2 (diff)
Merge "Allow multiple input device in the same window" into main
Diffstat (limited to 'libs')
-rw-r--r--libs/input/input_flags.aconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/libs/input/input_flags.aconfig b/libs/input/input_flags.aconfig
index e041c51cc9..e161c2afc1 100644
--- a/libs/input/input_flags.aconfig
+++ b/libs/input/input_flags.aconfig
@@ -137,3 +137,10 @@ flag {
is_fixed_read_only: true
}
+
+flag {
+ name: "enable_multi_device_same_window_stream"
+ namespace: "input"
+ description: "Allow multiple input devices to be active in the same window simultaneously"
+ bug: "330752824"
+}