摘要: int maxMemory = (int) (Runtime.getRuntime().maxMemory() / 1024); Log.e("TAG", "Max memory is " + maxMemory + "KB"); Log.e("TAG",... 阅读全文