diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-05-18 15:01:58 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-05-18 15:01:58 -0400 |
| commit | ef81f23937fae782f568d04356d91fe401d2f4e8 (patch) | |
| tree | 507ac0ac61e67ca527c41e770db5e6a298e0371d | |
| parent | ee46369b9e15e38052011bac2c54040fbbe9c7f0 (diff) | |
add fingerprint unlock toggle
| -rw-r--r-- | static/releases.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index 91c101d0..4e579046 100644 --- a/static/releases.html +++ b/static/releases.html @@ -453,6 +453,7 @@ <ul> <li>Settings: remove field referencing the mainline module (APEX) version (also as as the Google Play system update version) since we ship these changes as part of the OS and have out-of-band module updates disabled since we have no use for them</li> <li>remove legacy Calendar widget</li> + <li>add toggle for disabling fingerprint unlock while having fingerprints registered for usage in apps (authentication and protecting hardware keystore keys)</li> </ul> </article> --> |
