From a0a4a17bc4f18fe2d8687445625343e67b8bec9e Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Fri, 23 Jul 2021 22:12:26 -0400 Subject: [PATCH] gmscompat: disable foreground service badge --- static/releases.html | 1 + 1 file changed, 1 insertion(+) diff --git a/static/releases.html b/static/releases.html index 3afb2e2b..232ea10e 100644 --- a/static/releases.html +++ b/static/releases.html @@ -424,6 +424,7 @@
  • init: fix use-after-free from event handling closures (issue uncovered by hardened_malloc in certain situations like unplugging a USB keyboard, etc.)
  • fix PermissionControler UI for Sensors/Network permissions with legacy API < 23 apps (i.e. apps without proper support for Android Marshallow and beyond)
  • Updater: add detailed failure / success notifications (turn off the 'Already Updated' notification channel if you don't want those minimum priority notifications with no status icon collapsed at the bottom)
  • +
  • Sandboxed Google Play compatibility layer: disable badge for foreground service notification
  • -->