From 4888830eb628b4d89b161aa50c9d4eeb377dabe8 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Fri, 20 Jan 2023 17:47:06 -0500 Subject: [PATCH] upstream bug fix --- static/releases.html | 1 + 1 file changed, 1 insertion(+) diff --git a/static/releases.html b/static/releases.html index 3b5f21f1..c3b70389 100644 --- a/static/releases.html +++ b/static/releases.html @@ -674,6 +674,7 @@
  • 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
  • fully disallow installing instant apps instead of permitting ADB shell and system apps to do it (this will simplify future work)
  • extend self app-op spoofing used for Network permission compatibility to unsafeCheckOpRaw()
  • +
  • fix upstream bug causing crash from isServiceTokenValidLocked() being called without holding the lock
  • -->