android icon indicating copy to clipboard operation
android copied to clipboard

Add FLAG_SECURE to all layouts

Open 0xedward opened this issue 2 years ago • 0 comments

The goal is to prevent apps that abuse Draw on Top and Accessibility Service permissions from reading user's account username, calendar events, and contact details when user is browsing those screens using FLAG_SECURE

My guess is that we'll probably want to expose a toggle in the settings to remove FLAG_SECURE to allow users who want to screenshot some screen in the app.

0xedward avatar Mar 17 '23 19:03 0xedward