Cache folder in wrong place on Android

The cache folder on Android currently resides in the root of the SD card.

It should, however, be moved to ``` /Android/data/<package_name>/cache/

 as per the official Android <a href="http://developer.android.com/guide/topics/data/data-storage.html#filesExternal" rel="nofollow">storage guidelines</a>.</package_name>
2 Likes

Noted!

https://github.com/samuelclay/NewsBlu…