From bb05703ec1125b8cae562541a1e05ed824c8c5cc Mon Sep 17 00:00:00 2001 From: Anonymoussaurus <50231698+AnonymousWP@users.noreply.github.com> Date: Thu, 14 Mar 2024 12:06:43 +0100 Subject: [PATCH 1/2] pkg(com.oneplus.camera.service): add warning to 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 507257b..b44a771 100644 --- a/resources/assets/uad_lists.json +++ b/resources/assets/uad_lists.json @@ -8994,7 +8994,7 @@ }, "com.oneplus.camera.service": { "list": "Oem", - "description": "Runs in the background on some phones.\nNot sure what it does; camera functions fine without it. Could be related to photo backup?", + "description": "Runs in the background on some phones.\nNot sure what it does; camera functions fine without it. Could be related to photo backup? WARNING: may cause a bootloop when using a custom ROM (in this case, Nameless AOSP). Does not affect users running OxygenOS.", "dependencies": [], "neededBy": [], "labels": [], From d8b30a7f52beb4bff83d003e9a0ccbb0c053d082 Mon Sep 17 00:00:00 2001 From: Anonymoussaurus <50231698+AnonymousWP@users.noreply.github.com> Date: Thu, 14 Mar 2024 18:53:49 +0100 Subject: [PATCH 2/2] pkg(com.oneplus.camera.service): add notice about Android 14 --- 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 b44a771..3338eee 100644 --- a/resources/assets/uad_lists.json +++ b/resources/assets/uad_lists.json @@ -8994,7 +8994,7 @@ }, "com.oneplus.camera.service": { "list": "Oem", - "description": "Runs in the background on some phones.\nNot sure what it does; camera functions fine without it. Could be related to photo backup? WARNING: may cause a bootloop when using a custom ROM (in this case, Nameless AOSP). Does not affect users running OxygenOS.", + "description": "Runs in the background on some phones.\nNot sure what it does; camera functions fine without it. Could be related to photo backup? WARNING: may cause a bootloop when using a custom ROM on Android 14 (in this case, Nameless AOSP). Does not affect users running OxygenOS.", "dependencies": [], "neededBy": [], "labels": [],