diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-12-20 14:34:47 -0500 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-12-20 14:34:47 -0500 |
| commit | f082e6f1c688e106bd27628a95bbdf2d619807c6 (patch) | |
| tree | afa26aee1a8c67563f7b3d29eaf1c9de9fec71e5 /static | |
| parent | a0c62a7aea1e6f138885b201fbfc9cc8ceec90b2 (diff) | |
document permission prompt delay feature
Diffstat (limited to 'static')
| -rw-r--r-- | static/features.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/static/features.html b/static/features.html index 90c2609c..3ba73001 100644 --- a/static/features.html +++ b/static/features.html @@ -1323,6 +1323,11 @@ re-enabled.</li> <li>Enable the "Always-on VPN" and "Block connections without VPN" toggles for VPNs by default.</li> + <li>Permission prompts and the Android Debug Bridge USB authorization prompt + have the allow action disabled by default with a 1 second delay before it + becomes active. This protects against accidental presses, especially since + an app can trick the user into doing it by having them push a button where + the system dialog will be displayed.</li> </ul> </section> </section> |
