多久检查一下android的外部存储空间

时间:2015-09-11 13:05:03

标签: android android-external-storage

我正在阅读用于对android here中的外部存储执行写操作的文档。我想知道我是否应该只在程序打开时检查一次,或者我是否应该在我想写的任何时间之前检查。

1 个答案:

答案 0 :(得分:2)

最好检查何时执行写操作。在执行写入操作之前,请检查存储的可用性。