From 0d5369a128f0ad5fdbebf0da6b466d551f43c5c5 Mon Sep 17 00:00:00 2001 From: Muntashir Al-Islam Date: Sat, 19 Aug 2023 00:30:56 +0600 Subject: [PATCH] Update warning - com.android.externalstorage - com.android.providers.media Signed-off-by: Muntashir Al-Islam --- aosp.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/aosp.json b/aosp.json index 37bf0ac..5e26ed2 100644 --- a/aosp.json +++ b/aosp.json @@ -283,7 +283,8 @@ "id": "com.android.externalstorage", "label": "External Storage", "description": "Needed by apps to access external storage such as memory cards.", - "removal": "unsafe" + "removal": "unsafe", + "warning": "Storage Access Framework (SAF) will break if this is disabled." }, { "id": "com.android.facelock", @@ -601,7 +602,8 @@ "web": [ "https://developer.android.com/guide/topics/providers/content-providers.html" ], - "removal": "unsafe" + "removal": "unsafe", + "warning": "Breaks features related to media storage (images, videos, music, etc.) if disabled" }, { "id": "com.android.providers.partnerbookmarks",