diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-10-30 06:54:25 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-10-30 06:54:25 -0400 |
| commit | 6d6a0422c4ef8d0e61e4eebea539d76fd4b1ba36 (patch) | |
| tree | 69798da70ada7cc323347c71265359156646452f /static | |
| parent | aac618f0ffcd06d34c13d1fa061d03005cf9cf94 (diff) | |
add information about clipboard access notice
From @JollyRoger.
Diffstat (limited to 'static')
| -rw-r--r-- | static/faq.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/faq.html b/static/faq.html index c2604014..7269d8f3 100644 --- a/static/faq.html +++ b/static/faq.html @@ -479,6 +479,10 @@ service cannot access it, only the foreground app that's currently focused. Clipboard managers need to be implemented by the keyboard chosen as the default by the user.</p> + <p>As of Android 12, the user is notified when an app reads clipboard content + which was set by a different app. This notice is enabled by default and can be + toggled under Settings ➔ Privacy ➔ Show clipboard access.</p> + <p>GrapheneOS previously restricted background clipboard access as a much earlier and slightly less strict implementation of this feature. It provided a toggle for users to whitelist clipboard managers, which is no longer needed now that keyboards are |
