mirror of
https://github.com/MuntashirAkon/android-debloat-list.git
synced 2025-01-13 04:37:54 +08:00
Update AOSP descriptions
This commit is contained in:
parent
b62c7ae989
commit
c999033eae
@ -14,7 +14,8 @@ Our JSON schema is quite different from the one used in the UAD project.
|
||||
- `dependencies` (list of strings) _optional_ - Package names of the apps that this app depends on.
|
||||
- `required_by` (list of strings) _optional_ - Package names of the apps that depend on this app.
|
||||
- `tags` (list of strings) _optional_ - List of predefined tags/categories.
|
||||
- `description` (string) - Description of the package under 200 words. This might include investigation report.
|
||||
- `description` (string) - Description of the package under 200 words.
|
||||
- `web` (list of string) - List of websites including Google Play Store, investigation reports, etc.
|
||||
- `removal` (string) - How should this app be removed. The values are predefined.
|
||||
- `warning` (string) _optional_ - Additional description for the app that require user's attention.
|
||||
- `suggestions` (string) _optional_ - Suggestion ID.
|
||||
|
377
aosp.json
377
aosp.json
@ -2,13 +2,20 @@
|
||||
{
|
||||
"id": "android.auto_generated_rro__",
|
||||
"label": "android.auto_generated_rro__",
|
||||
"description": "rro = Runtime Resources Overlay.\nChanges values of a package config, based in the overlay definitions (heavily used by OEMs to customize the look and feel of Android) \nLink: https://source.android.com/devices/architecture/rros and https://code.tutsplus.com/tutorials/quick-tip-theme-android-with-the-runtime-resource-overlay-framework--cms-29708",
|
||||
"description": "rro = Runtime Resources Overlay.\nChanges values of a package config, based in the overlay definitions. Overlays are heavily used by OEMs to customize the look and feel of Android.",
|
||||
"web": [
|
||||
"https://source.android.com/devices/architecture/rros",
|
||||
"https://code.tutsplus.com/tutorials/quick-tip-theme-android-with-the-runtime-resource-overlay-framework--cms-29708"
|
||||
],
|
||||
"removal": "delete"
|
||||
},
|
||||
{
|
||||
"id": "android.auto_generated_vendor_",
|
||||
"label": "android.auto_generated_vendor_",
|
||||
"description": "Auto generated vendor's stuff for Android Auto (https://www.android.com/intl/en_en/auto/)",
|
||||
"description": "Auto generated vendor's stuff for Android Auto.",
|
||||
"web": [
|
||||
"https://www.android.com/intl/en_en/auto/"
|
||||
],
|
||||
"removal": "delete",
|
||||
"warning": "You may need this if you use Android Auto"
|
||||
},
|
||||
@ -22,11 +29,11 @@
|
||||
"label": "com.android.backupconfirm",
|
||||
"description": "Restores Google settings with Google Backup restore.\nDisplays confirmation popup when doing ADB backup.",
|
||||
"removal": "caution",
|
||||
"warning": "Disabling this package breaks ADB Backup."
|
||||
"warning": "Disabling this package breaks ADB Backup"
|
||||
},
|
||||
{
|
||||
"id": "com.android.bio.face.service",
|
||||
"description": "Handles facial regognition.",
|
||||
"description": "Handles facial recognition.",
|
||||
"removal": "caution"
|
||||
},
|
||||
{
|
||||
@ -52,61 +59,85 @@
|
||||
"label": "Bookmark Provider",
|
||||
"description": "Only exists for compatibility reasons to prevent apps querying it from getting null cursors they do not expect and crash.",
|
||||
"removal": "caution",
|
||||
"warning": "Apps targeting a very old SDK might crash."
|
||||
"warning": "Apps targeting a very old SDK might crash"
|
||||
},
|
||||
{
|
||||
"id": "com.android.browser",
|
||||
"label": "Mi Browser",
|
||||
"description": "You really should use something else.\nFYI https://www.xda-developers.com/xiaomi-mi-web-browser-pro-mint-collecting-browsing-data-incognito-mode/",
|
||||
"description": "Mi Browser is a privacy nightmare and should be replaced.",
|
||||
"web": [
|
||||
"https://www.xda-developers.com/xiaomi-mi-web-browser-pro-mint-collecting-browsing-data-incognito-mode/"
|
||||
],
|
||||
"removal": "replace",
|
||||
"suggestions": "browsers"
|
||||