Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 23ff37e3 authored by Antonio Kantek's avatar Antonio Kantek
Browse files

Introduce feature flag for UiAutomation inject event test/hidden APIs

UiAutomation#injectInputEvent and
UiAutomation#injectInputEventToInputFilter hidden/test API should be
deprecate in favor of UinputDevice, HidDevice, and InjectInputInProcess
for in-process input event injection.

Flag: com.android.input.flags.deprecate_uiautomation_input_injection
Test: m
Bug: 277261245

Change-Id: I4b7aacbb842b2e970df60669ef172a293dc8d04c
parent bdb3bc4f
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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"
}