Select a non-own (non)media file from anywhere on Android 11+ and get full access without SAF or MANAGE_EXTERNAL_STORAGE

Here's another approach, using the FilePicker, which is simpler and works on all Android versions. You can pick any file, copy it to /Documents, and then have full access to it. On Android 11+, no permissions are required (requested). For text files, images, and PDF files, the content is displayed immediately. Otherwise, the extension (mp4, mp3, ...) is displayed.

Blocks

In this way, permissions can be completely avoided, especially those that have been banned on Android 13+ since May 2025, such as READ_MEDIA_IMAGES and READ_MEDIA_VIDEO.

2 Likes