Closed 05nelsonm closed 8 months ago
Android API 15's java.io.tmpdir property points to /sdcard instead of the cacheDir, resulting in an incorrect SysTempDir location
java.io.tmpdir
/sdcard
cacheDir
SysTempDir
Android API 15's
java.io.tmpdir
property points to/sdcard
instead of thecacheDir
, resulting in an incorrectSysTempDir
location