最終更新:2019-01-23 (水) 06:00:34 (1913d)  

Context.getCacheDir
Top / Context.getCacheDir

Returns the absolute path to the application specific cache directory on the filesystem.

https://developer.android.com/reference/android/content/Context.html#getCacheDir()

メモ

  • The system will automatically delete files in this directory as disk space is needed elsewhere on the device.

実際のフォルダ

関連