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.
我想缓存一些文件以供以后预览。Android 文档说您可以通过调用 getCacheDir() 将文件存储在缓存目录中,但您最多应该节省大约 1 MB。
所以,正如标题所说:当外部存储不可写时,我应该将大文件存储在哪里?
当外部存储不可用时,您唯一的选择是:
没有任何其他选项很简单,您将不得不选择其中之一。