An Xposed module intended to prevent media storage abuse.
Media store is an optimized index into media collections provided by the Android framework. When an application needs to access media files (e.g. an album application wants to display all the pictures in the device), it is more easier to interact with the media store than traversing all files in the external storage volume. In addition it reduces the number of files accessible to the app, which helps to protect user privacy.
As with native storage, Android does not offer a fine-grained management scheme for media storage.
- Apps only need low-risk permissions to access all media files, and users cannot limit the scope of reading.
- No permission is required for applications to insert files through the media store. Writing files freewheelingly will clutter up the external storage and the media store, and it can also be used for cross-application tracking.
- Media file manager (no root or Xposed needed, only requires READ_EXTERNAL_STORAGE permission)
- Filter data returned from the media store to protect your privacy.
- Prevent apps from freewheelingly writing files through the media store.
- Provide usage record to help you aware whether the application uses media store and whether there is any abuse.
- Prevent 💩 ROM's download manager from creating non-standard files.
- Material Design 3, easy to use.
- Open source.
https://github.com/MaterialCleaner/Media-Provider-Manager