sendinput

  1. GiovanniO

    Android Question Send Input

    Since the SendInput library is no longer supported in Android 13+, does anyone have an update or know of a method to generate a tap within my app? Thanks everyone for your responses. Best regards.
  2. I

    Android Question How to simulate volume key press inside camera

    Most camera apps have an option to take a photo when volume buttons are pressed. I am trying to implement a background service that will send Volume Down keypress when the camera app is open. Here is what I tried so far for testing. Create a service that has a SendInput object running inside a...
Top