fix clipboard access info

This commit is contained in:
Dmitry Muhomor 2024-01-08 17:00:56 +02:00 committed by Daniel Micay
parent 3bb1e7e817
commit c5ddf16c9c

View File

@ -617,12 +617,15 @@
<article id="clipboard"> <article id="clipboard">
<h3><a href="#clipboard">Can apps spy on the clipboard in the background or inject content into it?</a></h3> <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 <p>As of Android 10, only the configured default input method editor (your
choice) and the currently focused app can access the clipboard. Apps without focus keyboard of choice) and the currently focused app can read the clipboard
cannot access the clipboard. This is a stricter restriction than preventing apps in content. Apps without focus cannot read the clipboard. This is a stricter
the background from accessing it, since an app in the foreground or a foreground restriction than preventing apps in the background from reading it, since an
service cannot access it, only the foreground app that's currently focused. Clipboard app in the foreground or a foreground service cannot read it, only the
managers need to be implemented by the keyboard chosen as the default by the user.</p> 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 <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 slightly less strict implementation of this feature. It provided a toggle for users to