I'm making picture-retouch application. The picture file that my app generated was not shown on the top of group "All pictures" at pre-installed "Gallery" app even if I set Gallery config to "Sort order = Newest first".
I guess the reason is the "Date taken" attribute is not present in my picture files because the files from some apps (e.g. default Camera app, Zebra Paint, etc.) have "Date taken" attibute and they are sorted and shown correctly. So, I want to know how to add a "Date taken" attribute to picture files. My app has already implemented MediaScannerConnection but it does not have a way to send "Date taken" information. Thanks in advance. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---