mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 19:10:11 +01:00
Remove XMP, serial numbers EXIF tags
This commit is contained in:
@@ -3011,6 +3011,11 @@ public class FragmentCompose extends FragmentBase {
|
||||
|
||||
exif.setAttribute(ExifInterface.TAG_GPS_AREA_INFORMATION, null);
|
||||
|
||||
exif.setAttribute(ExifInterface.TAG_XMP, null);
|
||||
exif.setAttribute(ExifInterface.TAG_CAMERA_OWNER_NAME, null);
|
||||
exif.setAttribute(ExifInterface.TAG_BODY_SERIAL_NUMBER, null);
|
||||
exif.setAttribute(ExifInterface.TAG_LENS_SERIAL_NUMBER, null);
|
||||
|
||||
exif.saveAttributes();
|
||||
} catch (IOException ex) {
|
||||
Log.w(ex);
|
||||
|
||||
Reference in New Issue
Block a user