From bfda7d0a8e8eb3d473085afe06b220a8e26a4021 Mon Sep 17 00:00:00 2001 From: Antonino Scordino Date: Mon, 20 Jan 2025 20:53:57 +0100 Subject: [PATCH] pkg(Google): add and clarify package(s) description (#805) * add description for 'com.google.android.apps.weather' * update descritpion for Digital Wellbeing * update description and dependencies for Permission Controller * update description for Safety Center Change-Id: Id9f69dd3b23e0603a6a77ab9bfeb46d541446b71 --- resources/assets/uad_lists.json | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/resources/assets/uad_lists.json b/resources/assets/uad_lists.json index 51c0dc8..a4f082e 100644 --- a/resources/assets/uad_lists.json +++ b/resources/assets/uad_lists.json @@ -7022,7 +7022,7 @@ }, "com.android.safetycenter.resources": { "list": "Aosp", - "description": "Google Safety Center.\nProbably affects malware detection in new app installs, Gmail, and Chrome. Alternatively, you can use a libre spam-blocking and DNS-blocking solution instead.\nAnyway it looks like a useless frameworks.\nhttps://safety.google", + "description": "Google Safety Center.\nProbably affects malware detection in new app installs, Gmail, and Chrome. This will also revert back the \"Security & privacy\" look to the old style.\nYou can use a libre spam-blocking and DNS-blocking solution instead of this.\nhttps://safety.google", "dependencies": [], "neededBy": [], "labels": [], @@ -27393,7 +27393,7 @@ }, "com.google.android.apps.wellbeing": { "list": "Google", - "description": "Digital Wellbeing (https://play.google.com/store/apps/details?id=com.google.android.apps.wellbeing)\nLets you track device and app usage and set usage limits.\nWARNING: It is now a hard dependency for the settings app on Android 12+ on Pixel phones. Disable this package instead of uninstalling it or the settings will crash on launch.", + "description": "Digital Wellbeing (https://play.google.com/store/apps/details?id=com.google.android.apps.wellbeing)\nLets you track device and app usage and set usage limits.\nWARNING: It is now a hard dependency for the Settings app on Android 12+ for Pixel phones. After uninstalling, there will be an empty entry on Settings. Rebooting should make it disappear..", "dependencies": [], "neededBy": [], "labels": [], @@ -28179,11 +28179,11 @@ }, "com.google.android.overlay.permissioncontroller": { "list": "Aosp", - "description": "I only detect on this app: help_app_permissions (link below)\nIt looks very useless.\nNot needed, it doesnt affect on (com.google.android.permissioncontroller)\nhttps://support.google.com/googleplay/answer/6270602", - "dependencies": [], + "description": "Breaks Google Play System updates (GPSu), related to Project Mainline. Page on Settings will crash altogether, or ask Play Store to be updated.\nhttps://support.google.com/product-documentation/answer/14343500", + "dependencies": ["com.android.vending"], "neededBy": [], "labels": [], - "removal": "Recommended" + "removal": "Advanced" }, "com.verizon.obdm": { "list": "Carrier", @@ -38083,5 +38083,13 @@ "neededBy": [], "labels": [], "removal": "Recommended" + }, + "com.google.android.apps.weather": { + "list": "Google", + "description": "The new Weather app by Google. If removed, \"At a Glance\" and the lock screen will still redirect to the Google app (like before).\nhttps://play.google.com/store/apps/details?id=com.google.android.apps.weather", + "dependencies": [], + "neededBy": [], + "labels": [], + "removal": "Recommended" } }