mirror of
https://github.com/MuntashirAkon/android-debloat-list.git
synced 2025-03-04 05:06:03 +08:00
Fix sorting
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
This commit is contained in:
parent
4cbaa6d36f
commit
8d321e721d
80
oem.json
80
oem.json
@ -3225,12 +3225,6 @@
|
||||
"description": "MIUI daemon\nCollects a lot of data and sends them to China.\nSee : https://nitter.net/fs0c131y/status/938872347087564800?lang=en\n",
|
||||
"removal": "delete"
|
||||
},
|
||||
{
|
||||
"id": "com.xiaomi.digitalkey",
|
||||
"label": "digitalkey",
|
||||
"description": "Smart door locks, can also be used as a car key. Only for China.",
|
||||
"removal": "delete"
|
||||
},
|
||||
{
|
||||
"id": "com.miui.enbbs",
|
||||
"description": "Xiaomi Forums old package.\nNow com.mi.global.bbs.\n",
|
||||
@ -3405,6 +3399,12 @@
|
||||
"removal": "replace",
|
||||
"suggestions": "barcode_scanners"
|
||||
},
|
||||
{
|
||||
"id": "com.miui.screenrecorder",
|
||||
"description": "Mi Screen Recorder\n",
|
||||
"removal": "replace",
|
||||
"suggestions": "screen_recorders"
|
||||
},
|
||||
{
|
||||
"id": "com.miui.securityadd",
|
||||
"label": "Xiaomi System Service Plugin",
|
||||
@ -3443,12 +3443,6 @@
|
||||
"removal": "replace",
|
||||
"suggestions": "keyboards"
|
||||
},
|
||||
{
|
||||
"id": "com.miui.screenrecorder",
|
||||
"description": "Mi Screen Recorder\n",
|
||||
"removal": "replace",
|
||||
"suggestions": "screen_recorders"
|
||||
},
|
||||
{
|
||||
"id": "com.miui.smsextra",
|
||||
"description": "Dependency for MIUI Messaging (MIUI SMS app misleadingly called com.android.mms)\nYou can remove it if you don't use the default SMS app (and you should)\nRun in background once the phone is booted, has access to internet and interact with Cloud Manager\n",
|
||||
@ -3993,15 +3987,6 @@
|
||||
"description": "Added in Android 10. Not sure what it does.",
|
||||
"removal": "delete"
|
||||
},
|
||||
{
|
||||
"id": "com.motorola.imagertuning_lake",
|
||||
"label": "Imager Tuning",
|
||||
"description": "Naming convention: imagertuning_[PHONE CODENAME]\nThis is the custom camera image processing stack on Motorola devices. It's generally important for improving image quality.\nPlaystore reviews indicate that it slows down the camera app significantly for some users (probably a bug).",
|
||||
"web": [
|
||||
"https://play.google.com/store/apps/details?id=com.motorola.imagertuning_athene"
|
||||
],
|
||||
"removal": "replace"
|
||||
},
|
||||
{
|
||||
"id": "com.motorola.imagertuning_V2",
|
||||
"label": "Camera Tuner",
|
||||
@ -4011,6 +3996,15 @@
|
||||
],
|
||||
"removal": "delete"
|
||||
},
|
||||
{
|
||||
"id": "com.motorola.imagertuning_lake",
|
||||
"label": "Imager Tuning",
|
||||
"description": "Naming convention: imagertuning_[PHONE CODENAME]\nThis is the custom camera image processing stack on Motorola devices. It's generally important for improving image quality.\nPlaystore reviews indicate that it slows down the camera app significantly for some users (probably a bug).",
|
||||
"web": [
|
||||
"https://play.google.com/store/apps/details?id=com.motorola.imagertuning_athene"
|
||||
],
|
||||
"removal": "replace"
|
||||
},
|
||||
{
|
||||
"id": "com.motorola.invisiblenet",
|
||||
< |