Sync with UAD-NG (22 May)

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
This commit is contained in:
Muntashir Al-Islam 2025-05-25 02:52:41 -07:00
parent 1ac05ca509
commit 5ec2f0eae4
3 changed files with 31 additions and 15 deletions

View File

@ -9,7 +9,7 @@
"https://fidoalliance.org/passkeys/"
],
"removal": "replace",
"warning": "Removing the app may break creating and storing passkeys on your phone, so keep this enabled if you want to use that form of authentication. Google Play Services can also provide this functionality on some devices.",
"warning": "Removing the app may break creating and storing passkeys on your phone, so keep this enabled if you want to use that form of authentication. Google Play Services can also provide this functionality on some devices. When Chrome is updated via the Play Store, the Trichrome Library is also updated automatically. If Chrome is disabled or removed, it may impact WebView functionality.\nThis is because Chrome, WebView, and the Trichrome Library work together as a bundle starting from Android 10 (API 29) and above.",
"suggestions": "browsers"
},
{
@ -1137,7 +1137,8 @@
"id": "com.google.android.pixel.setupwizard",
"label": "Pixel Setup",
"description": "It's the basic configuration setup guides you through the basics of setting up Google features on your device. The package is only present on Pixel phones.",
"removal": "delete"
"removal": "caution",
"warning": "Removing the package breaks the Google Play System update page found on \"Security & privacy\"."
},
{
"id": "com.google.android.play.games",

View File

@ -874,8 +874,12 @@
},
{
"id": "com.android.DeviceAsWebcam",
"description": "Using smartphone as webcam.",
"removal": "delete"
"label": "Webcam Service",
"description": "For using smartphone as a webcam. A dependency for Private space on Pixel devices.",
"web": [
"https://source.android.com/docs/security/features/private-space"
],
"removal": "caution"
},
{
"id": "com.android.LGSetupWizard",
@ -1077,7 +1081,8 @@
},
{
"id": "com.android.globalFileexplorer",
"description": "Misleading package name. It's the Xiaomi Files Manager on older phones\n",
"label": "File Manager",
"description": "Xiaomi File Manager.",
"removal": "delete"
},
{
@ -1516,8 +1521,10 @@
},
{
"id": "com.android.role.notes.enabled",
"description": "Notes Role enabled\nUnknown overlay, but looks like a safe to remove, sets default notes.",
"removal": "delete"
"label": "Notes Role enabled",
"description": "Unknown overlay, sets default notes.",
"removal": "caution",
"warning": "Removing the package breaks seamless disabling and enabling of the developer options on Google Pixels."
},
{
"id": "com.android.safetycenter.resources.overlay",
@ -5144,8 +5151,13 @@
},
{
"id": "com.google.pixel.camera.services",
"description": "CameraIDRemapper and a lot Debug stuff.",
"removal": "delete"
"label": "com.google.pixel.camera.services",
"description": "CameraIDRemapper and a lot Debug stuff. A dependency for Private space on Pixel devices.",
"web": [
"https://source.android.com/docs/security/features/private-space"
],
"removal": "caution",
"suppress": "LabelSameAsId"
},
{
"id": "com.google.pixel.digitalkey.timesync",
@ -8579,8 +8591,9 @@
{
"id": "com.miui.global.packageinstaller",
"label": "Xiaomi Package Installer",
"description": "The security check / virus scan that runs after package installation.\nDisabling/Uninstalling does not cause a bootloop and package installation still works fine.",
"removal": "caution"
"description": "The non-AOSP package installer present in the Xioami phones. The AOSP package installer is also present in Xioami EU ROMs.",
"removal": "unsafe",
"warning": "Removal causes bootloop on Xiaomi EU ROMs."
},
{
"id": "com.miui.greenguard",
@ -11890,8 +11903,10 @@
},
{
"id": "com.oplus.trafficmonitor",
"description": "OnePlus Data usage\nOneplus traffic monitor (monthly data usage, etc). This app is so bloated.",
"removal": "delete"
"label": "OnePlus Data usage",
"description": "Oneplus traffic monitor (monthly data usage, etc).",
"removal": "caution",
"warning": "If removed, the 'Data Usage' option under 'Mobile network' will not work. App Info screen's 'Data usage' option will also disappear."
},
{
"id": "com.oplus.uiengine",

View File

@ -1,8 +1,8 @@
<?php
/* SPDX-License-Identifier: AGPL-3.0-or-later */
const LAST_COMMIT = "52b78a99b49c2de52858f6a96782f17fb8a94c4c";
const THIS_COMMIT = "246c2208b08ebfbe31e0a0eb90430fada932c703";
const LAST_COMMIT = "246c2208b08ebfbe31e0a0eb90430fada932c703";
const THIS_COMMIT = "a04104630ec06b2c85e196725c704d0c2a03c5c0";
const REPO_DIR = __DIR__ . "/..";
const LINT_DIR = REPO_DIR . "/build";