Skip to content

Commit

Permalink
pkg(Google): add and clarify package(s) description (#805)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
AntoninoScordino authored Jan 20, 2025
1 parent 37b39e8 commit bfda7d0
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions resources/assets/uad_lists.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [],
Expand Down Expand Up @@ -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": [],
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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"
}
}

0 comments on commit bfda7d0

Please sign in to comment.