diff options
author | 2025-03-21 14:25:14 -0700 | |
---|---|---|
committer | 2025-03-21 14:39:00 -0700 | |
commit | 87e085d5fcef35fd7a8f5979f1d7597b93cf753f (patch) | |
tree | 37af44be57dcbbd09b3024c1883df37aeb7ea3d0 | |
parent | a1d84d1a464017da6826354b6fb57b9f1d711968 (diff) |
Delete deprecate deprecate_uiautomation_input_injection flag
This flag was not used during the deprecation of the UiAutomation test APIs in changelist
https://googleplex-android-review.googlesource.com/q/I205f26ce9d33f5f304093ef18177d818fc3422c5.
Test: m
Flag: EXEMPT deleting unused feature flag
Bug: 277261245
Change-Id: Ib6f075ba86151256dbfa9d12a67093c9af2a2ec0
-rw-r--r-- | libs/input/input_flags.aconfig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libs/input/input_flags.aconfig b/libs/input/input_flags.aconfig index 983bbdee6e..0e3d399e5a 100644 --- a/libs/input/input_flags.aconfig +++ b/libs/input/input_flags.aconfig @@ -224,13 +224,6 @@ flag { } flag { - name: "deprecate_uiautomation_input_injection" - namespace: "input" - description: "Deprecate UiAutomation#injectInputEvent and UiAutomation#injectInputEventToInputFilter test/hidden APIs" - bug: "277261245" -} - -flag { name: "prevent_merging_input_pointer_devices" namespace: "desktop_input" description: "Prevent merging input sub-devices that provide pointer input streams" |