scrcpy/server/src
Romain Vimont e5d44ce865 Ignore unknown methods in IDisplayWindowListener
New Android versions may add methods to IDisplayWindowListener.aidl.
When these methods are called by the system, they result in an
AbstractMethodError because they are not implemented on the scrcpy side.

To avoid releasing a new version for each newly added method, ignore
them at the Binder level.

Refs afaca80b37
Fixes #6362 <https://github.com/Genymobile/scrcpy/issues/6362>
2025-09-18 10:04:19 +02:00
..
main Ignore unknown methods in IDisplayWindowListener 2025-09-18 10:04:19 +02:00
test/java/com/genymobile/scrcpy Extend value range for SDK mouse scrolling 2025-06-20 19:54:16 +02:00