解决一些hardcode和命名规范
This commit is contained in:
@ -436,11 +436,11 @@ public class ViewImageActivity extends Activity implements OnPageChangeListener
|
||||
bitmap.compress(Bitmap.CompressFormat.PNG, 90, out);
|
||||
out.flush();
|
||||
out.close();
|
||||
Utils.log("========保存成功");
|
||||
Utils.log("图片保存成功");
|
||||
Utils.toast(ViewImageActivity.this, "图片已保存到/Pictures/ghzhushou/");
|
||||
MessageShareUtils.refreshImage(new File(savePath), ViewImageActivity.this);
|
||||
} catch (IOException e) {
|
||||
Utils.log("========保存失败" + e.toString());
|
||||
Utils.log("图片保存失败:" + e.toString());
|
||||
System.out.println(e);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user