With FLAG_SECURE, screen capture is not allowed. I would like my application to be able to capture the screen, but to be blured or hidden when it goes to the background.
Would you know any way to do this? Is it possible to do it with FLAG_SECURE?
I read this topic (Android : Unable to screenshot after using method FLAG_SECURE) but nobody have any valid answer for that.
The use of FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS exclude the app to appear on recents apps, but not sure if prevent the android system to take and store the status screenshoot.
Any suggestion Thanks