Android Question how to get file created timestamp?

cbal03

Member
Licensed User
Longtime User
I have an app where i can take pictures. at the end of the day these pictures are sent to a server through an automated process. once on the server the timestamp changes. I need the original timestamp when the picture was taken. Is it possible to get this information from the file attributes? Do I need to open the file and get the info from the header? Thanks.
 

cbal03

Member
Licensed User
Longtime User
Thanks Erel! That looks promising. I'll give it a try.
 
Upvote 0
Top