摘要: 参考 http://my.eoe.cn/isnull/archive/564.html/** * 解决OOM问题 */ private Bitmap convertBitmap(File file) throws IOException { int degree = readPictureDegree(file.toString()); Bitmap bitmap = null; BitmapFactory.Options o = new BitmapFactory.Options(); o.inJustDecode... 阅读全文