From 6cca0133693818176ae49ee11a36bbb038c3336b Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Fri, 7 Apr 2023 22:36:20 -0400 Subject: [PATCH] sandboxed Google Play improvements --- static/releases.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/releases.html b/static/releases.html index 009b2100..ea28c21c 100644 --- a/static/releases.html +++ b/static/releases.html @@ -683,6 +683,9 @@
  • add support for providing Camera vendor extensions on Pixels via Pixel Camera Services app (at the moment, only the Camera2 Night extension is available for certain devices and CameraX extensions aren't available yet)
  • add support for runtime resource overlays (RROs) to exec spawning
  • remove support for disabling app visibility filtering since our Pixel eSIM firmware app integration depends on it
  • +
  • change standard Android package installer behavior to preserving packages being disabled after updating them
  • +
  • Sandboxed Google Play compatibility layer: coerce Play Store into updating disabled apps by hiding disabled state from it
  • +
  • Sandboxed Google Play compatibility layer: add infrastructure for bypassing permission requirements of services provided by Play services
  • GmsCompatConfig: update to version 45
  • GmsCompatConfig: update to version 46