mdsami / android-query

Automatically exported from code.google.com/p/android-query
0 stars 0 forks source link

Allow config cache dir #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
it's seems you use the internal memory to cache files, are you planning on 
permitting the use of the SD card for that?

Original issue reported on code.google.com by tinyeeliu@gmail.com on 29 Sep 2011 at 1:11

GoogleCodeExporter commented 8 years ago
        File ext = Environment.getExternalStorageDirectory();
        File cacheDir = new File(ext, "myapp");

        AQUtility.setCacheDir(cacheDir);

Original comment by tinyeeliu@gmail.com on 29 Sep 2011 at 3:11