Android 4.4 sdcard access new rules: about saving a file that started an activity

末鹿安然 提交于 2019-12-24 19:04:25

问题


I read that with Android 4.4 there are new rules for saving files on sdcard by apps. I have a specific case to ask about:

  • an app (activity) A starts another app (activity) B feeding it with a file:// url, say it's a txt file (B is a text editor);
  • the app B opens the file and edits it.

Is the called app B able to save the edited content on the same file? Or will the new rules prevent it?

来源:https://stackoverflow.com/questions/24683209/android-4-4-sdcard-access-new-rules-about-saving-a-file-that-started-an-activit

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!