in com.google.android.demos.jamendo.app.JamendoApp
// 50% of available memory, up to a maximum of 32MB
private static final long IMAGE_CACHE_SIZE =
Math.max(Runtime.getRuntime().maxMemory() / 2,
32 * 1024 * 1024);
x Math.max => o Math.min
Original issue reported on code.google.com by kobayash...@kayac.com on 30 Jul 2011 at 1:27
Original issue reported on code.google.com by
kobayash...@kayac.com
on 30 Jul 2011 at 1:27