NTP-58799 | Persist original image (#1157)

This commit is contained in:
Mantri Ramkishor
2025-05-06 14:50:40 +05:30
committed by GitHub
parent d4764af421
commit be25274085
4 changed files with 101 additions and 44 deletions

View File

@@ -270,7 +270,6 @@ public class PhotoModule extends ReactContextBaseJavaModule {
String longitude = attributes.getString("longitude");
exif.setAttribute(ExifInterface.TAG_IMAGE_DESCRIPTION, json.toString());
exif.setAttribute(ExifInterface.TAG_ARTIST, "Aman Chaturvedi (1932)");
String currentDateTime = getCurrentFormattedDateTime();
exif.setAttribute(ExifInterface.TAG_DATETIME, currentDateTime);