mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-12-18 05:54:20 +01:00
Using the "input" service results in a permission error in Android 13. Use the InputManager instance (retrieved by InputManager.getInstance()) instead. Fixes #3186 <https://github.com/Genymobile/scrcpy/issues/3186> PR #3190 <https://github.com/Genymobile/scrcpy/pull/3190>