开发者

Where is the temp folder on Android devices?

开发者 https://www.devze.com 2022-12-21 13:29 出处:网络
Where is the temp folder located on An开发者_开发问答droid phones?The temporary directory is /data/local/tmp.

Where is the temp folder located on An开发者_开发问答droid phones?


The temporary directory is /data/local/tmp.

I've seen some comments that claim you need to be rooted to access it but I'm not sure that's true. Whilst it is true that you need root to freely access /data, this is not required for /data/local/tmp.

I have verified this on Android 5.1.1.


I believe what you're looking for is getCacheDir()!


Reading this post from the android developers google group leads me to believe that there is not 1 global temp directory, and each application is expected to maintain their own temporary files.


The files downloaded using "creatTempFile()" are stored in folder:

/data/data/YOURapp/cache/

0

精彩评论

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