DeviceFarmer / STFService.apk

Monitor and perform various actions on your Android device. Not meant for actual user devices.
Other
111 stars 59 forks source link

Add new event injector for Android 14 #111

Closed pcrepieux closed 1 year ago

pcrepieux commented 1 year ago

Looks like invoking InputManager.getInstance() doesn't work anymore. To workaround this, it appears to be possible to get a IInputManager reference by calling InputManagerGlobal.getInstance() and then getInputManagerService.