You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed media files on SD card opening instantly in external apps (MX Player, VLC, etc.)
Root cause: SD card files accessed via SAF (Storage Access Framework) were going through a slow proxy file descriptor, causing 1-2 minute delays before playback
Fix: App now resolves the real Linux path (/storage/sdcard/...) from the DocumentTree storage and passes it through the FileProvider, giving external apps direct fast file access
Result: Near-instant file opening for video/audio on SD card
Notes
This fix applies to files on SD card added via "Add storage → Document tree"
Internal storage files were not affected by this issue
Fix works because MANAGE_EXTERNAL_STORAGE permission (already required) gives direct Linux path access to SD card volumes