Page 1 of 1

Delete location EXIF data when sharing images

Posted: 30 Jan 2020 23:57
by ariloc
I recently needed to write some EXIF data into images as I wanted to fix an issue I had with GCam in my phone, because the photos taken with it will have the manufacturer tag as "Google" while in my case would be "Xiaomi". While searching for information to do it, I stumbled across @gollyzila's thread in the forum requesting a feature to write EXIF data into images (Link to thread).

As I managed a way to do it with some Java code, but at the same time what I used it for was too specific, I made the flow that OP mentioned in that thread, and that is to delete location data from photos when sharing them.

I hope you like the flow and wait for any suggestions that would make it better!

http://automagic4android.com/flow.php?i ... a47507d046

Re: Delete location EXIF data when sharing images

Posted: 31 Jan 2020 21:03
by Micky Micky
Hello

It worked on my Samsung S10 running Android 10.

Well done!

Many thanks