Hacker News new | ask | show | jobs
by TeMPOraL 2641 days ago
Speaking of ridiculous, Android and banking, just yesterday I was browsing my transactions and wanted to send a screenshot of one to my wife. As it turns out, you cannot make screenshots of banking apps. Because "security".
3 comments

Good thing criminals don’t have access to a camera or other device to take pictures of the screen. How does this stuff not get laughed out of the meeting when suggested?
I think the intention is that someone with malicious code placed in the users device still won't be able to access bank details
Screenshots are saved to the sd card, where every app has complete access. Apps can specify certain UI safety features, like preventing clicks through overlaid UI elements or preventing screenshots. Blame the app if you want. There isn't some blanket policy in the OS that identifies banking apps and prevents screenshots.
If you make something like this possible, apps will use it. My problem is both with the app using this malfeature, and with the system providing it with no way for me (phone's owner and user) to override it.
That's odd. I just checked this (running current version of Android Pie) and I could screenshot both my Bank of America app and my credit union.

I wonder if this is something the apps themselves have to disable or something in certain versions of Android itself.

Thanks for the quick reference (I'm not an app developer but I am curious about how things work).