summaryrefslogtreecommitdiff
path: root/static/faq.html
diff options
context:
space:
mode:
authorDmitry Muhomor <muhomor.dmitry@gmail.com>2024-01-08 17:00:56 +0200
committerDaniel Micay <danielmicay@gmail.com>2024-01-08 12:28:06 -0500
commitc5ddf16c9cdcb67f2f68036edea90d9121abfb08 (patch)
treed5911e4476feb80db718f5976e54649e67a5a1d0 /static/faq.html
parent3bb1e7e8176f1feb4cb7205d75ecb56293f1391e (diff)
fix clipboard access info
Diffstat (limited to 'static/faq.html')
-rw-r--r--static/faq.html15
1 files changed, 9 insertions, 6 deletions
diff --git a/static/faq.html b/static/faq.html
index 0e254216..19ce23ec 100644
--- a/static/faq.html
+++ b/static/faq.html
@@ -617,12 +617,15 @@
<article id="clipboard">
<h3><a href="#clipboard">Can apps spy on the clipboard in the background or inject content into it?</a></h3>
- <p>As of Android 10, only the configured default input method editor (your keyboard of
- choice) and the currently focused app can access the clipboard. Apps without focus
- cannot access the clipboard. This is a stricter restriction than preventing apps in
- the background from accessing it, since an app in the foreground or a foreground
- 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 10, only the configured default input method editor (your
+ keyboard of choice) and the currently focused app can read the clipboard
+ content. Apps without focus cannot read the clipboard. This is a stricter
+ restriction than preventing apps in the background from reading it, since an
+ app in the foreground or a foreground service cannot read 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>Both background and foreground apps can write data to the clipboard.</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