add GrapheneOS Camera to mandatory components

This commit is contained in:
Daniel Micay 2023-01-22 21:22:32 -05:00
parent 07ed3c0472
commit 15a4c89d10

View File

@ -685,6 +685,7 @@
<li>GmsCompatConfig: add stub for LocationManager.registerGnssStatusCallback()</li>
<li>GmsCompatConfig: update max supported version of Play services and Play Store</li>
<li>stop re-enabling deprecated 2-button navigation option since Android no longer has official support for it and is gradually breaking support for it including making changes knowingly introducing bugs with it since it's not meant to be used (traditional 3-button navigation is still fully supported)</li>
<li>Settings: add GrapheneOS Camera to list of mandatory components since only system camera apps can provide the media capture intents required by other apps on Android 11 and above (can still be disabled via ADB but we want to avoid easy ways to break the OS in the UI)</li>
</ul>
</article>
-->