MediaStoreExplorer is a simple explorer app that allows you to browse images, videos, audio, downloads, and files stored on your Android device using a tabbed UI.
■ Main Features
- Display the contents of your MediaStore in 5 tabs: "Images," "Videos," "Audio," "Downloads," and "Files."
- View thumbnails, filenames, and metadata for each item.
- Explicitly request runtime permissions on a dedicated screen and explain the purpose of the required permissions.
- Read-only — No writing is performed to the MediaStore.
■ Privacy
This app works completely offline.
• Does not request network permissions (INTERNET)
• Acquired data is used only for screen display and is never transmitted outside the device.
• Does not use analytics, crash reports, or advertising SDKs.
• Not included in cloud backups.
■ Intended Users
• Android developers who want to check the contents of the MediaStore
• Users who want to check media files across their device
• Users who prioritize privacy and want to use an app that does not transmit data over the network
Source code (open source): https://github.com/CASL0/mediastoreexplorer
A fully offline, read-only explorer that lets you browse images, videos, audio, and downloaded files from MediaStore across 5 tabs.