[android-developers] Tmp folder max size?

2011-07-21 Thread Hugo M
Hi, what is the max size of tmp files I can create in an application? I have a viewer with encrypted images, and I want to have a thread that stores unencrypted images in the temp folder. There's a max size? Regards! Hugo -- You received this message because you are subscribed to the Google

Re: [android-developers] Tmp folder max size?

2011-07-21 Thread Mark Murphy
On Thu, Jul 21, 2011 at 10:00 AM, Hugo M ham1...@gmail.com wrote: Hi, what is the max size of tmp files I can create in an application? As big as free space supports. There's probably some multi-GB upper bound somewhere due to the underlying file system, but you should not be creating files