You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
For apps running on devices with Android 15 QPR1 or higher, a status bar chip alerts users to any in‑progress screen projection. Users can tap the chip to stop their screen from being shared, cast, or recorded. Also, screen projection automatically stops when the device screen is locked. Link
This scenario must be handled in onStop callback of MediaProjection which in the current version has an empty implementation