From 480b292bd9f1ee4ce7cc58fb1e018953e2a6a80f Mon Sep 17 00:00:00 2001 From: w1nst0n Date: Sun, 4 Apr 2021 23:52:02 +0200 Subject: [PATCH] Add "com.google.mainline.telemetry" (address #27) --- lists/Google.sh | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/lists/Google.sh b/lists/Google.sh index 06c7696..b2b61e2 100644 --- a/lists/Google.sh +++ b/lists/Google.sh @@ -541,4 +541,11 @@ declare -a google=( #"com.google.android.overlay.modules.permissioncontroller.forframework" # The PermissionController module enables updatable privacy policies and UI elements. # For example, the policies and UI around granting and managing permissions. -# https://source.android.com/devices/architecture/modular-system/permissioncontroller \ No newline at end of file +# https://source.android.com/devices/architecture/modular-system/permissioncontroller + +#"com.google.mainline.telemetry" +# It's a set of metrics-related modules. Google Play uses the version of the Telemetry module to determine +# if updates are available for metrics-related modules and which security patch version to display to the end user. +# This module doesn’t contain active code and has no functionality on its own. +# Removing modules-related packages may not be safe since Android 11 +# https://gitlab.com/W1nst0n/universal-android-debloater/-/issues/27#note_410012436