How can I achieve this programmatically?
Screen sharing-Screen sharing feasibility in Application needs to be disabled, the user will not be allowed to share the screen or give remote access of the application via using any third-party app.
How can I achieve this programmatically?
Screen sharing-Screen sharing feasibility in Application needs to be disabled, the user will not be allowed to share the screen or give remote access of the application via using any third-party app.
Copyright © 2021 Jogjafile Inc.
We cannot completely avoid screen sharing. FLAG_SECURE is a way to avoid screen capture or video capture. Have a look at this answer. link