-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
feat: Add screen permission request activity for background screen capture #1747
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Hi @cloudwebrtc , This pull request introduces a much-needed feature to request screen capture permissions via a dedicated activity. It ensures smooth functionality for background services, even when the Flutter activity is not active, which is a significant enhancement for scenarios like background screen recording or sharing. The implementation aligns well with existing workflows and minimizes user intervention, making it highly beneficial for apps requiring seamless screen capture. Kindly review and consider merging this. It will be incredibly helpful for the community! Thank you! 😊 |
…device orientation
…device orientation
On android 14, it crashes after approving permissions for the first time, and the screen can only be shared after opening the app for the second time. I am trying to solve this issue. |
This reverts commit 0fffe1e.
Implemented a dedicated activity to request screen capture permissions.
Designed to operate independently of the Flutter activity, ensuring compatibility with background services.
Supports use cases like background screen sharing, recording, or monitoring services.