Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的应用程序中创建文件时,我正在使用 ACTION_CREATE_DOCUMENT 意图。一位用户抱怨他丢失了数据,因为他在没有收到警告的情况下覆盖了现有文件。
1.) 有没有办法查出退回的文件是否存在?
2.) 推荐的工作流程是什么?