Tag

saf

1 views collected around this technical thread.

Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Aug 5, 2024 · Mobile Development

Multiple Ways to Download Files to an Android SD Card

This article explains the evolution of Android storage permissions and presents three practical approaches—direct SD‑card permission, DocumentFile API, and Storage Access Framework—for reliably downloading files to external SD cards across various Android versions.

Mobile DevelopmentPermissionsandroid
0 likes · 13 min read
Multiple Ways to Download Files to an Android SD Card
Snowball Engineer Team
Snowball Engineer Team
Nov 30, 2023 · Mobile Development

Understanding Android Scoped Storage and Migration Strategies

This article explains the concept and core principles of Android Scoped Storage, compares traditional file‑path, MediaStore and SAF access methods, and provides detailed migration solutions for media and non‑media files, compatibility modes, and the special MANAGE_EXTERNAL_STORAGE permission.

Android 11FileProviderMediaStore
0 likes · 17 min read
Understanding Android Scoped Storage and Migration Strategies