scrcpy/server/src
Romain Vimont 1fdde490fd Mirror "secure" content
Some applications, like Silence, prevent the content of a window from
being viewed on non-secure displays:
<https://developer.android.com/reference/android/view/WindowManager.LayoutParams.html#FLAG_SECURE>

We can mirror it by just creating a "secure" display:
<https://developer.android.com/reference/android/view/Display#FLAG_SECURE>
2019-01-16 14:21:18 +01:00
..
main Mirror "secure" content 2019-01-16 14:21:18 +01:00
test/java/com/genymobile/scrcpy Make checkstyle happy 2018-03-28 22:05:34 +02:00