Hello i am trying to write custom values in EXIF of my .jpg images but i can't find some of the TAG that would be equivalent to the following :
I have tried to find the TAGs here : https://developer.android.com/reference/android/media/ExifInterface#TAG_FOCAL_PLANE_X_RESOLUTION
But could not find the matching TAG / code to save these values using Exif.saveAttributes(TAG, value)
Thanks in advance

