Try to save Exif data with a tag:
"UserComment"
the code:
String mString = "Your message here";
ExifInterface exif = new ExifInterface(path_of_your_jpeg_file);
exif.setAttribute("UserComment", mString);
exif.saveAttributes();
, , ( String) . , exif, , . , .