diff options
| author | 2025-01-22 12:03:42 -0800 | |
|---|---|---|
| committer | 2025-01-22 12:03:42 -0800 | |
| commit | e7a20280e042d0a2faceeaeb28b2fded4f164a00 (patch) | |
| tree | 8c8b6b59fa9a7428b792bb77624939a1427a2ea1 /libs | |
| parent | aacae491acf3d40e42d869eeebb1935a694fdcf3 (diff) | |
| parent | 23ff37e3176baf939326dfe0c5b6ae6857bef67f (diff) | |
Merge "Introduce feature flag for UiAutomation inject event test/hidden APIs" into main
Diffstat (limited to 'libs')
| -rw-r--r-- | libs/input/input_flags.aconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libs/input/input_flags.aconfig b/libs/input/input_flags.aconfig index bf928f4847..f17575d60b 100644 --- a/libs/input/input_flags.aconfig +++ b/libs/input/input_flags.aconfig @@ -244,3 +244,11 @@ flag { purpose: PURPOSE_BUGFIX } } + +flag { + name: "deprecate_uiautomation_input_injection" + namespace: "input" + description: "Deprecate UiAutomation#injectInputEvent and UiAutomation#injectInputEventToInputFilter test/hidden APIs" + bug: "277261245" +} + |