Update description for com.google.android.providers.media.module

Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
This commit is contained in:
Muntashir Al-Islam 2023-08-01 16:49:20 +06:00
parent f9cdddeb67
commit 46ccc60ad8
2 changed files with 7 additions and 3 deletions

View File

@ -601,7 +601,7 @@
"web": [
"https://developer.android.com/guide/topics/providers/content-providers.html"
],
"removal": "caution"
"removal": "unsafe"
},
{
"id": "com.android.providers.partnerbookmarks",

View File

@ -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",