android
android copied to clipboard
Add FLAG_SECURE to all layouts
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.