I am looking for a way to share my apps screen content through a secure channel with a server. Using the new MediaProjection library seems to bee a perfect solution.
The problem is, that the app / its views have to be marked as secure.
Is there anyway of making my VirtualDisplay a trusted display or to ignore the secure flag for me as I am the owner of the activity? The goal is to enable me to capture the screen but no-one else.
Thanks,
David