From 46ccc60ad8173c5d5b2d5fcfd006f64fd552fe55 Mon Sep 17 00:00:00 2001 From: Muntashir Al-Islam Date: Tue, 1 Aug 2023 16:49:20 +0600 Subject: [PATCH] Update description for com.google.android.providers.media.module Signed-off-by: Muntashir Al-Islam --- aosp.json | 2 +- pending.json | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/aosp.json b/aosp.json index 2cecc90..37bf0ac 100644 --- a/aosp.json +++ b/aosp.json @@ -601,7 +601,7 @@ "web": [ "https://developer.android.com/guide/topics/providers/content-providers.html" ], - "removal": "caution" + "removal": "unsafe" }, { "id": "com.android.providers.partnerbookmarks", diff --git a/pending.json b/pending.json index 133781f..60a4b2f 100644 --- a/pending.json +++ b/pending.json @@ -261,8 +261,12 @@ { "id": "com.google.android.providers.media.module", "label": "Media", - "description": "Media Storage\nIn Android 11 this is literally what provides access to files.\nSafe to disable, but NOT recommended; breaks file browsers and other forms of file access.\nContent providers encapsulate data, providing centralized management of data shared between apps.\nhttps://developer.android.com/guide/topics/providers/content-providers.html", - "removal": "unsafe" + "description": "Provider of media files (images, videos and such).\nContent providers encapsulate data, providing centralized management of data shared between apps.", + "web": [ + "https://developer.android.com/guide/topics/providers/content-providers.html" + ], + "removal": "unsafe", + "warning": "Breaks file browsers and other forms of file access." }, { "id": "com.gsma.rcs",