@AZwolfman wrote:
Yes, Android will allow you to take a screenshot of the full page. I have used this function several times. You could probably google for the instructions.
Not with anything that's banking related. There is built-in security that won't let you screenshot anything that is financial or that it thinks is privileged.
It just shows as a black screen when you go back and look at your screen grab.
Android's FLAG_SECURE flag prevents screenshots and non-secure display of windows. This helps protect sensitive information in apps like banking apps and password managers.
How it works
The FLAG_SECURE flag prevents screenshots from being taken
It prevents the window from being displayed on non-secure displays, like a TV or projector
When a window is flagged with FLAG_SECURE, the resulting image of a screenshot is blank
Edited 1 time(s). Last edit at 01/17/2025 09:01PM by foodluvr.