From 1add3b24c2586fae4b88fd102ad9da48e95fa4a5 Mon Sep 17 00:00:00 2001 From: w1nst0n Date: Sun, 10 Jan 2021 03:13:41 +0100 Subject: [PATCH] Do not remove com.google.android.ext.services on Android 11 devices (#43) --- lists/Google.sh | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/lists/Google.sh b/lists/Google.sh index 2c3437b..9639d3f 100644 --- a/lists/Google.sh +++ b/lists/Google.sh @@ -389,15 +389,6 @@ declare -a google=( "com.google.android.email" # AOSP Mail client # Does no longer exist. AOSP Mail is now com.android.email and Gmail is com.google.android.gm - - #"com.google.android.ext.services" - #"com.google.android.overlay.modules.ext.services" - # Android Services Library only contains, for now, an "Android Notification Ranking Service." - # It sorts notifications by "importance" based on things like freshness, app type (IM apps come first), and by contact. - # For now it is safe to remove if you really want. - # The library android.ext.services is open-source. Google probably uses it to update its API without having to rely to the OEM - # https://source.android.com/devices/architecture/modular-system/extservices - # https://arstechnica.com/gadgets/2016/11/android-extensions-could-be-googles-plan-to-make-android-updates-suck-less/ #"com.google.android.ext.shared" # Google shared library (used to share common code between apps) @@ -511,9 +502,18 @@ declare -a google=( #"com.google.android.modulemetadata" # Module that contains ... metadata about the list of modules on the device. And that’s about it. -# I wouldn't advise you to mess with it as it could break the proper working of other important modules (see #37) +# I wouldn't advise you to mess with it as it could break the proper working of other important modules (see #37) # Good explanation of what android modules are : https://www.xda-developers.com/android-project-mainline-modules-explanation/ +#"com.google.android.ext.services" +#"com.google.android.overlay.modules.ext.services" +# Android Services Library that contains an "Android Notification Ranking Service." +# It sorts notifications by "importance" based on things like freshness, app type (IM apps come first), and by contact. +# The library android.ext.services is open-source. Google probably uses it to update its API without having to rely to the OEM +# It is a mainline module and is needed to boot since Android 11 +# https://source.android.com/devices/architecture/modular-system/extservices +# https://arstechnica.com/gadgets/2016/11/android-extensions-could-be-googles-plan-to-make-android-updates-suck-less/ + #"com.google.android.networkstack" # Network Stack Components # https://source.android.com/devices/architecture/modular-system/networking