hide camera extensions toggle when not relevant

This commit is contained in:
Daniel Micay 2024-08-18 12:33:51 -04:00
parent f8b766cab0
commit 22503e1526

View File

@ -794,6 +794,7 @@
<ul>
<li>Settings: enable Safety Center and port all of the relevant GrapheneOS settings to it both to provide the more modern user interface and to prepare for the release of Android 15</li>
<li>hide camera extensions fallback toggle when it's not relevant (not used on Pixels)</li>
<li>Package Installer: fix upstream bug causing null pointer exception in rare edge cases including a rare race condition</li>
<li>require Owner user credential to check whether a duress PIN/password is enabled as hardening against potential UI bugs such as the upstream predictive back gesture issue we patched in the Settings app</li>
<li>apply upstream change for 6th generation Pixels making snapuserd available in recovery to avoid a problem in a rare edge case where a factory reset occurs before finishing booting a new update</li>