Hi,
In my application the user makes a picture that will be sent to a server. I need the location where the picture was taken. In order for the location to be saved in EXIF, the Location tags option must be activated.
How can I check if it is active and if not to activate it automatically before taking the picture?
Thank you!
You will need to save the picture and then use JpegUtils to add the relevant exif headers. You can get the location with FusedLocationProvider or one of the other location libraries.