diff options
| author | 2024-07-12 23:07:57 +0000 | |
|---|---|---|
| committer | 2024-07-12 23:07:57 +0000 | |
| commit | 574dfc09e04d930afb5bd8097bfcb9895bae729f (patch) | |
| tree | 4cd9d6148740270c25b723e101e7448b4f52633a | |
| parent | f24d6b435a07479f37c1aa1697443d477b3ff0e8 (diff) | |
| parent | 24adbb5b766772b7a92837be590577000cc665dd (diff) | |
Merge "Add input flag show_pointers_for_partial_screenshare" into main
| -rw-r--r-- | libs/input/input_flags.aconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libs/input/input_flags.aconfig b/libs/input/input_flags.aconfig index 5ab8ca9e94..38307515ef 100644 --- a/libs/input/input_flags.aconfig +++ b/libs/input/input_flags.aconfig @@ -150,3 +150,10 @@ flag { description: "Keyboard classifier that classifies all keyboards into alphabetic or non-alphabetic" bug: "263559234" } + +flag { + name: "show_pointers_for_partial_screenshare" + namespace: "input" + description: "Show touch and pointer indicators when mirroring a single task" + bug: "310179437" +} |