Add "com.google.mainline.telemetry" (address #27)

This commit is contained in:
w1nst0n 2021-04-04 23:52:02 +02:00
parent f4d4744398
commit 480b292bd9
No known key found for this signature in database
GPG Key ID: 34D27465928A0A1D
1 changed files with 8 additions and 1 deletions

View File

@ -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
# 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 doesnt 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