Enforce Android lifecycle, screen-capture, clipboard, and plaintext protections #100
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Goal
Apply Android-specific presentation security consistently across the main app and external credential components.
Scope
FLAG_SECUREto sensitive activities/windows so screenshots, screen recording, casting surfaces, and recent-app thumbnails do not expose protected content; document unavoidable platform/OEM limits.ClipboardManager, mark clips sensitive usingClipDescription.EXTRA_IS_SENSITIVEwhere supported, show explicit feedback, and compare identity/content before timed clearing so newer clipboard data is never erased.Acceptance criteria
Depends on the Compose shell, biometric authentication, and platform-neutral contract issues. Part of #87.