exifinterface.setattribute(key,value).
value值能不能存中文?求大哥指点?
应该可以啊,String类型,按理可以
/**
* Set the value of the specified tag.
*
* @param tag the name of the tag.
* @param value the value of the tag.
*/
public void setAttribute(String tag, String value) {
mAttributes.put(tag, value);
}
源码是这样的,String类型的value,应该能中文