From 3b38cd1d538b61ef66cbb59cb4282387900ceda2 Mon Sep 17 00:00:00 2001 From: YoshiiShell <160530303+YoshiiShell@users.noreply.github.com> Date: Mon, 25 Nov 2024 21:32:05 -0500 Subject: [PATCH 1/4] Packages --- resources/assets/uad_lists.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/resources/assets/uad_lists.json b/resources/assets/uad_lists.json index a4f082ed..0ab6c9dc 100644 --- a/resources/assets/uad_lists.json +++ b/resources/assets/uad_lists.json @@ -10564,6 +10564,14 @@ "labels": [], "removal": "Advanced" }, + "com.samsung.android.callassistant":{ + "list": "oem", + "description": "Appears to handle a whole bunch of AI services related to Gallery and Phone. Safe to remove.", + "dependencies": [], + "neededBy": [], + "labels": [], + "removal": "Recommended" + } "com.samsung.phone.overlay.common": { "list": "Oem", "description": "Possibly the incoming-call screen?", @@ -14672,6 +14680,14 @@ "labels": [], "removal": "Advanced" }, + "com.monotype.android.font.roboto": { + "list": "Misc", + "description": "Roboto font", + "dependencies": [], + "neededBy": [], + "labels": [], + "removal": "Recommended" + }, "com.monotype.android.font.rosemary": { "list": "Misc", "description": "Font", @@ -25604,6 +25620,14 @@ "neededBy": [], "labels": [] }, + "com.samsung.slsi.telephony.silentlogging":{ + "description": "Hidden network logging. Safe to remove", + "removal": "Recommended", + "list": "oem", + "dependencies": [], + "neededBy": [], + "labels": [] + }, "com.sec.android.app.volumemonitorprovider": { "description": "VolumeMonitorProvider\nused in Digital Wellbeing to average the dB heard through earphones and display it.", "removal": "Recommended", @@ -26004,6 +26028,14 @@ "labels": [], "removal": "Expert" }, + "com.google.android.photopicker": { + "list": "Google", + "description": "A photo picker app that tracks everything you do.", + "dependencies": [], + "neededBy": [], + "labels": [], + "removal": "Recommended" + }, "com.oplus.owkservice": { "list": "Oem", "description": "Weird app that has time sync and start/stop Monitor Wifi Connectivity, also has oplus statistics component to tracking events.", From b9b3a57b9cfa6228acc3e7b04d9f801deff04089 Mon Sep 17 00:00:00 2001 From: YoshiiShell <160530303+YoshiiShell@users.noreply.github.com> Date: Tue, 26 Nov 2024 03:54:37 -0500 Subject: [PATCH 2/4] fixes --- resources/assets/uad_lists.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/assets/uad_lists.json b/resources/assets/uad_lists.json index 0ab6c9dc..ba451f56 100644 --- a/resources/assets/uad_lists.json +++ b/resources/assets/uad_lists.json @@ -10565,7 +10565,7 @@ "removal": "Advanced" }, "com.samsung.android.callassistant":{ - "list": "oem", + "list": "Oem", "description": "Appears to handle a whole bunch of AI services related to Gallery and Phone. Safe to remove.", "dependencies": [], "neededBy": [], @@ -25623,7 +25623,7 @@ "com.samsung.slsi.telephony.silentlogging":{ "description": "Hidden network logging. Safe to remove", "removal": "Recommended", - "list": "oem", + "list": "Oem", "dependencies": [], "neededBy": [], "labels": [] From 4cfbb6ddece2092a1f372a209ef14750247f8912 Mon Sep 17 00:00:00 2001 From: YoshiiShell <160530303+YoshiiShell@users.noreply.github.com> Date: Tue, 26 Nov 2024 04:04:15 -0500 Subject: [PATCH 3/4] fix numba 2 --- 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 ba451f56..c2dc4e4e 100644 --- a/resources/assets/uad_lists.json +++ b/resources/assets/uad_lists.json @@ -10571,7 +10571,7 @@ "neededBy": [], "labels": [], "removal": "Recommended" - } + }, "com.samsung.phone.overlay.common": { "list": "Oem", "description": "Possibly the incoming-call screen?", From 841d67ee1c609f71740cacf9d45ab5d6d54ae7d7 Mon Sep 17 00:00:00 2001 From: YoshiiShell <160530303+YoshiiShell@users.noreply.github.com> Date: Tue, 26 Nov 2024 12:38:24 -0500 Subject: [PATCH 4/4] a --- resources/assets/uad_lists.json | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/resources/assets/uad_lists.json b/resources/assets/uad_lists.json index c2dc4e4e..c6fd441a 100644 --- a/resources/assets/uad_lists.json +++ b/resources/assets/uad_lists.json @@ -14680,14 +14680,6 @@ "labels": [], "removal": "Advanced" }, - "com.monotype.android.font.roboto": { - "list": "Misc", - "description": "Roboto font", - "dependencies": [], - "neededBy": [], - "labels": [], - "removal": "Recommended" - }, "com.monotype.android.font.rosemary": { "list": "Misc", "description": "Font", @@ -26028,14 +26020,6 @@ "labels": [], "removal": "Expert" }, - "com.google.android.photopicker": { - "list": "Google", - "description": "A photo picker app that tracks everything you do.", - "dependencies": [], - "neededBy": [], - "labels": [], - "removal": "Recommended" - }, "com.oplus.owkservice": { "list": "Oem", "description": "Weird app that has time sync and start/stop Monitor Wifi Connectivity, also has oplus statistics component to tracking events.",