【发布时间】:2016-03-14 19:28:09
【问题描述】:
The WRITE_EXTERNAL_STORAGE permission must only grant write access to the primary external
storage on a device. Apps must not be allowed to write to secondary external storage
devices, except in their package-specific directories as allowed by synthesized
permissions. Restricting writes in this way ensures the system can clean up files
when applications are uninstalled.
但是,我发现在运行时获得写入权限(概念证明:Total Commander)是可能的,使用系统文件资源管理器选择文件夹选择完成后允许写入的文件夹。但是我似乎找不到如何实现这一点的示例。有什么帮助吗?我要引用的文件夹选择的屏幕截图如下所示。
【问题讨论】:
标签: android android-sdcard android-permissions