diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2023-01-18 18:26:57 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2023-01-18 18:26:57 -0500 |
| commit | 2c51246c2795bd9e2afe8626bcf6bd0b601d005b (patch) | |
| tree | d64edd060ce8d4ba2e93c647bc4ffd9502829c08 | |
| parent | 608fbfba6cc2ee4b0477451289eec72e952e05bc (diff) | |
revert battery saver minimum threshold change
| -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 f532d05a..bcc1cc2d 100644 --- a/static/releases.html +++ b/static/releases.html @@ -671,6 +671,7 @@ <li>GmsCompatConfig: update max supported version of Play Store</li> <li>SELinux policy: drop auditing for apk_data_file execute/execute_no_trans (research is done)</li> <li>SELinux policy: add back apk_data_file execute/execute_no_trans for adb shell for debugging use cases (removing it isn't really useful for hardening and we plan on hardening ADB for the verified boot model another way)</li> + <li>Settings: revert to standard Android 13 minimum threshold of 10% for automatic battery saver since lowering it below 10% doesn't work as intended without more invasive changes outside the scope of GrapheneOS</li> </ul> </article> --> |
