From fac8e2ff39705ca98ef2ec2f313f8dfb73e81efd Mon Sep 17 00:00:00 2001 From: Christian Beier Date: Wed, 2 Oct 2024 18:04:57 +0200 Subject: [PATCH] README: document that only the main display can be captured That is, when using public API. Closes #188 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3cd9bc71..fc34cae5 100644 --- a/README.md +++ b/README.md @@ -263,3 +263,5 @@ VNC session, setting the interface to a slower speed might help. This workaround * If you see a a floating button similar to [this](https://user-images.githubusercontent.com/6049993/194750108-a808b9c3-2bc6-4cdd-ba40-b9c59476a456.jpg) on your screen after enabling accessibility, make sure you have the "shortcut" option in accessibility settings turned to off. + +* Due to [limitations in Android API](https://android.googlesource.com/platform/frameworks/base/+/refs/heads/android15-release/media/java/android/media/projection/MediaProjectionConfig.java#72), secondary displays are not supported.