From 2dad749b46e7fb3eabf15fcbc8d4f21bad6933af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?CatSalad=20=E2=AD=90=20D=2EBurch?= <118766369+devsalad@users.noreply.github.com> Date: Fri, 15 Mar 2024 21:22:43 +0000 Subject: [PATCH] Update pending.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added note on com.samsung.android.providers.media entry regarding screenshot issue when this package is disabled. Error message will state an issue with security policy. Tested on Samsung Galaxy S20 (Android 13) and S22 (Android 14) Signed-off-by: CatSalad ⭐ D.Burch <118766369+devsalad@users.noreply.github.com> --- pending.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pending.json b/pending.json index ff8b9a6..946740d 100644 --- a/pending.json +++ b/pending.json @@ -626,7 +626,7 @@ }, { "id": "com.samsung.android.providers.media", - "description": "Likely same as com.android.providers.media; scans the device for media files and allows permitted apps access to them.", + "description": "Likely same as com.android.providers.media; scans the device for media files and allows permitted apps access to them. Disabling this package can cause issues with saving screenshots.", "removal": "caution" }, { @@ -1290,4 +1290,4 @@ "description": "Used for VoLTE/VoWifi (Wifi-calling)\nIwLAN = Interworking wLAN.\nSupport for mobile data offloading (use of complementary network technologies for delivering data originally targeted for cellular networks)\nIt means your phone will use the Wi-Fi connection instead of the cellular data connection.\nhttps://en.wikipedia.org/wiki/Mobile_data_offloading", "removal": "caution" } -] \ No newline at end of file +]