docusign / mobile-android-sdk

The Official Docusign Android SDK for integrating e-signature & signing documents. Click the link below to view SDK API Documentation https://docusign.github.io/mobile-android-sdk/
Other
16 stars 12 forks source link

When screen sharing in debug mode, shows black screen #37

Closed tim-nguyen closed 2 years ago

tim-nguyen commented 2 years ago

Hello,

When I am trying to screen share and show off docusign functionality with my test build it shows a black screen. Is FLAG_SECURE being set when the docusign activity is present and if so can we clear it for the debug builds?

Thanks, -T

naveentds commented 2 years ago

Hi @tim-nguyen You can enable screen share by invoking the following SDK API: DocuSign.getInstance().allowScreenCapture(true)