diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2023-10-09 14:43:48 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2023-10-09 14:43:48 -0400 |
| commit | 92e7f51372f9942a2de0f0d5b5647c9a16d7c82c (patch) | |
| tree | 163c7e26769ec3c3f09900113894a6a408bc7d4e | |
| parent | 2c2f26577c3d2a510c0338767100c07c0ce88f39 (diff) | |
deal with Health Fitness module Play dependency
| -rw-r--r-- | static/releases.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index 0e0b7c5c..d6a8d8e2 100644 --- a/static/releases.html +++ b/static/releases.html @@ -681,6 +681,8 @@ <li>add back compiling code not built with signed integer overflow checking using -fwrapv to make it well defined</li> <li>add back very minor hardening involving making more data read only</li> <li>Seedvault: update to latest revision</li> + <li>Health Fitness: disable functionality for showing available apps, updating apps and sending feedback when Google Play is unavailable (these options may be removed completely in the future)</li> + <li>Health Fitness: check for Google Play via signature instead of whether it's a system app to support sandboxed Google Play</li> </ul> </article> --> |
