nfdz / Cryptool

Cryptography Android application
Mozilla Public License 2.0
98 stars 20 forks source link

I can't screenshot this app #16

Closed kouhe3 closed 4 years ago

kouhe3 commented 4 years ago

I think we should add an option in the settings to allow screenshots.

nfdz commented 4 years ago

This is for security reasons. The app has this security flag enabled: WindowManager.LayoutParams.FLAG_SECURE

It is a basic but strong feature that can prevents other installed apps taking screenshots without you know it.

Can you give an example about how would you use the screenshot? You have got already copy/paste.

kouhe3 commented 4 years ago

I want to take a screenshot of what this software looks like when used in order to record tutorial videos.

nfdz commented 4 years ago

I understand. I can provide you a debug app with the secure flags off. Hope it can help you! app-debug.apk.zip