From 1e5a3424fe0acadfd5eaff0a448c7158d5626c55 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Mon, 19 Jul 2021 00:46:42 -0400 Subject: [PATCH] fix gmscompat exception in secondary users --- static/releases.html | 1 + 1 file changed, 1 insertion(+) diff --git a/static/releases.html b/static/releases.html index 7ba2581c..0d3c4960 100644 --- a/static/releases.html +++ b/static/releases.html @@ -420,6 +420,7 @@
  • Settings: fix displaying setting for GrapheneOS USB accessory policy (deny new usb)
  • Settings: hide insecure pattern lock option (either use a randomly generated 6-8 digit PIN for secure encryption based on secure element throttling or a strong passphrase, not this misguided pattern option with ridiculously low entropy)
  • Sandboxed Google Play compatibility layer: return false for SIM card lock check rather than throwing a SecurityException
  • +
  • Sandboxed Google Play compatibility layer: avoid throwing an exception in certain edge cases for secondary users when checking whether the compatibility shims should be enabled for a process (i.e. when checking if the process is one of the 3 core Play apps)
  • -->