pkg(media-storage): add info about indexing

This commit is contained in:
Rudxain 2025-06-11 01:34:24 -04:00
commit ddf454f885
No known key found for this signature in database
GPG key ID: 0DAC837DDEF8E96C

View file

@ -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": [],