【发布时间】:2014-07-15 12:28:49
【问题描述】:
我正在使用此功能来保存我的位图。
MediaStore.Images.Media.insertImage(getContentResolver(),
view.getDrawingCache(), "image.png", "image");
位图保存成功,但是图片上的日期是1.1.1970。
如何设置当前日期?
【问题讨论】:
-
the date on the image?你什么意思?文件时间? Exif时间?嗯 png 没有 exif...