diff --git a/resources/assets/uad_lists.json b/resources/assets/uad_lists.json index 9109c11..db6f566 100644 --- a/resources/assets/uad_lists.json +++ b/resources/assets/uad_lists.json @@ -10174,7 +10174,7 @@ }, "com.google.android.providers.media.module": { "list": "Aosp", - "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", + "description": "Media Storage\nIn Android 11+ this provides file access to apps without \"Manage All Files\" permission. In previous versions it's just an index of all audio-visual (no text) files in the user's file-system (`/sdcard/`, `/storage/emulated/0/`, etc...). This allows music-players and photo-galleries to list files quickly, without caching their own indices.\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", "dependencies": [], "neededBy": [], "labels": [],