Android-Exif-Extended
Android-Exif-Extended copied to clipboard
How save tag UserComment
How save сyrillic symbol in tag UserComment?
ExifInterface exif = new ExifInterface(); exif.setTag(exif.buildTag(ExifInterface.TAG_USER_COMMENT, ExifInterface.g)); exif.writeExif(pathToFile);
This code not work.