Android Question Automatically Enable Location Tag

ThePuiu

Active Member
Licensed User
Longtime User
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!
 

ThePuiu

Active Member
Licensed User
Longtime User
B4X:
Private camEx As CameraExClass
.....
camEx.SavePictureToFile(Data, dir, filename)

Although I would rather not save the picture ... is it possible?
 
Upvote 0
Top