开发者

how much cache size available in android?

开发者 https://www.devze.com 2023-02-20 12:58 出处:网络
We have made a streaming player fo开发者_StackOverflow社区r android. now we want to store song data in the cash. How big the cache available for android app?the documentation for getCacheDir() says

We have made a streaming player fo开发者_StackOverflow社区r android. now we want to store song data in the cash. How big the cache available for android app?


the documentation for getCacheDir() says

You should not rely on the system deleting these files for you; you should always have a reasonable maximum, such as 1 MB, for the amount of space you consume with cache files, and prune those files when exceeding that space.

However if you use getExternalCacheDir(), you can use as much storage as it is available on the sd-card

http://developer.android.com/reference/android/content/Context.html#getExternalCacheDir()

0

精彩评论

暂无评论...
验证码 换一张
取 消