From 96eab98e637fa1c0333884533524f0473e64ed4a Mon Sep 17 00:00:00 2001 From: Scott <131740614+Sygisk@users.noreply.github.com> Date: Tue, 31 Oct 2023 10:26:48 +0700 Subject: [PATCH 1/3] Add POCO Launcher --- resources/assets/uad_lists.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/resources/assets/uad_lists.json b/resources/assets/uad_lists.json index aa639230..c5ef40a2 100644 --- a/resources/assets/uad_lists.json +++ b/resources/assets/uad_lists.json @@ -23246,5 +23246,14 @@ "neededBy": [], "labels": [], "removal": "Recommended" + }, + { + "id": "com.mi.android.globallauncher", + "list": "Oem", + "description": "Poco Launcher\nSystem Launcher for POCO Phone, the way icons apps are organized and displayed.\nIf you remove this package you will loose navigation gestures and recent apps view.\nhttps://play.google.com/store/apps/details?id=com.mi.android.globallauncher", + "dependencies": [], + "neededBy": [], + "labels": [], + "removal": "Expert" } ] From 87d6e975f09d2747251381dfd0a460efa9d2efff Mon Sep 17 00:00:00 2001 From: Scott <131740614+Sygisk@users.noreply.github.com> Date: Tue, 31 Oct 2023 10:28:01 +0700 Subject: [PATCH 2/3] Add Mediatek MT6879 GPU Game Driver --- resources/assets/uad_lists.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/resources/assets/uad_lists.json b/resources/assets/uad_lists.json index c5ef40a2..67da51ad 100644 --- a/resources/assets/uad_lists.json +++ b/resources/assets/uad_lists.json @@ -23255,5 +23255,14 @@ "neededBy": [], "labels": [], "removal": "Expert" + }, + { + "id": "com.mediatek.mt6879.gamedriver", + "list": "Misc", + "description": "Mediatek Arm GPU Game Driver\nGPU Game drivers for Mediatek MT6879CPU.", + "dependencies": [], + "neededBy": [], + "labels": [], + "removal": "Unsafe" } ] From d6f89665dc9836f7373025fd664a76aebe7bbeb4 Mon Sep 17 00:00:00 2001 From: Scott <131740614+Sygisk@users.noreply.github.com> Date: Tue, 31 Oct 2023 10:29:49 +0700 Subject: [PATCH 3/3] Update Description --- resources/assets/uad_lists.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/assets/uad_lists.json b/resources/assets/uad_lists.json index 67da51ad..20f5e9bb 100644 --- a/resources/assets/uad_lists.json +++ b/resources/assets/uad_lists.json @@ -23241,7 +23241,7 @@ { "id": "android.autoinstalls.config.Xiaomi.model", "list": "Oem", - "description": "It works similar to android.autoinstalls.config.Xiaomi.cepheus, by installing apps on first setup, some phones use this instead of a codenamed package.\nLike the Redmi 9C which uses android.autoinstalls.config.Xiaomi.model.", + "description": "It works similar to android.autoinstalls.config.Xiaomi.cepheus, by installing apps on first setup, some phones use this instead of a codenamed package.\nLike the Redmi 9C and POCO M5 which uses android.autoinstalls.config.Xiaomi.model.", "dependencies": [], "neededBy": [], "labels": [],