2
0
mirror of https://github.com/Genymobile/scrcpy synced 2025-08-29 05:18:23 +00:00
Romain Vimont ae758f99d6 Adapt call() on ContentProvider for Android 11
This commit in AOSP framework_base added a parameter "attributionTag" to
the call() method:
12ac3f406f%5E%21/#F17

As a consequence, the method did not exist, so scrcpy used the legacy
call() method (using the authority "unknown") as a fallback, which fails
for security reasons.

Fixes #1468 <https://github.com/Genymobile/scrcpy/issues/1468>
2020-09-15 13:31:10 +02:00
..
2020-08-10 20:09:28 +02:00
2020-08-10 20:09:28 +02:00