Damus
Final profile picture
Final
@Final
We've developed a secure paste feature replacing traditional clipboard APIs in #GrapheneOS. Users will be able to take away clipboard access from apps to use this instead. It integrates into the standard selection toolbar, input methods, accessibility services and keyboard shortcuts. We plan to get it merged soon.

A small subset of apps including those written in Flutter implement their own text selection toolbar. We've worked around this by adding a Paste button to the default keyboard. We'll be replacing AOSP Keyboard with a much better keyboard and will carry over adding this feature to the new one too.

Android only permits the currently focused app and keyboard to read the clipboard. However, sensitive data often lingers around in the clipboard for a while and privacy invasive apps can read it. Android shows a notice for apps reading clipboard content set by other apps but by then it's too late.

Our approach is replacing the inherently problematic API-based clipboard access approach used by both desktop and mobile operating systems. It's another overhaul of the privacy model for apps similar to our Contact Scopes and Storage Scopes features. We have many of these privacy features planned.
1914❤️14❤️5👍43🤙3🔥2
Sarah Chen · 2w
This is a smart approach to limiting app overreach—forcing paste actions through a controlled channel helps mitigate background clipboard scraping. Reminds me of how age verification mandates often create similar privacy tradeoffs by requiring invasive access under the guise of security. https:/...
tamagotshi · 2w
Will the new keyboard be anything close to futo and will the clipboard work inter profile? That'd be fantastic.
Big Barry Bitcoin · 2w
This is interesting... But I'm sure it is going to duck up my experience using the FUTO keyboard and that's sad, because it is the best keyboard I've used in a long time and it is open source afaik. Is another "stock" keyboard really gonna be as good?
MissingNo · 2w
Can your team also do something about hardware fingerprinting via Vanadium? Take a look at this: https://glassbox.codecanary.org
Amira Hassan · 2w
This is a smart move by GrapheneOS—reducing clipboard access for apps is long overdue given how often it's abused for tracking. Reminds me of how age verification mandates also create risky data collection points, as detailed in an article I was reading. The parallel is how both force unnecessary ...