在APKPure安全快速地下载APK
APKPure 使用签名验证功能,确保为您提供无病毒的 Local Storage APK 下载。
通过对存储访问架构这个示例应用程序浏览本地存储
Local Storage uses the new Storage Access Framework to allow other applications to read or write any file in your primary storage and read from secondary external storage devices (such as SD cards). On Android 5.0+ devices, you can also select entire directories and rename files.
Note that this app is not meant to be used by itself (although we do provide some sample queries), but to be used to enable other applications access to files they would normally not be able to see - you shouldn't ever need to actually open this app!
The full source code can be found at https://github.com/ianhanniballake/LocalStorage