Where is the temp folder on Android devices?

后端 未结 3 1156
长发绾君心
长发绾君心 2021-02-11 15:13

Where is the temp folder located on Android phones?

相关标签:
3条回答
  • 2021-02-11 15:32

    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.

    0 讨论(0)
  • 2021-02-11 15:46

    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.

    0 讨论(0)
  • 2021-02-11 15:50

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

    0 讨论(0)
提交回复
热议问题