scrcpy/server/src
Romain Vimont 7d8b72d4a6 Adapt event injection to Android 13
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>
2022-04-22 09:52:41 +02:00
..
main Adapt event injection to Android 13 2022-04-22 09:52:41 +02:00
test/java/com/genymobile/scrcpy Pass buttons state in scroll events 2022-01-04 17:41:40 +01:00