Hans-Christoph Steiner 6fa8477650 make Utils.getApkCacheDir() more likely to succeed
* if there is a file there, remove it

The paths are all from the system, so are safe. No SanitizedFile is needed.
Plus, this method was not checking if the original and sanitized versions
where different, and instead just creating the sanitized version. I worry
that could cause odd bugs.
2016-05-02 20:38:11 +02:00
..