From 15a4c89d108792aabf17cf132d6f0caa7daccdd2 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sun, 22 Jan 2023 21:22:32 -0500 Subject: [PATCH] add GrapheneOS Camera to mandatory components --- static/releases.html | 1 + 1 file changed, 1 insertion(+) diff --git a/static/releases.html b/static/releases.html index e0a799f3..e1334cd2 100644 --- a/static/releases.html +++ b/static/releases.html @@ -685,6 +685,7 @@
  • GmsCompatConfig: add stub for LocationManager.registerGnssStatusCallback()
  • GmsCompatConfig: update max supported version of Play services and Play Store
  • 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)
  • +
  • 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)
  • -->