That is actually my project, one of my old projects :)
I use it in one of my apps (before ExifInterface became available).
You can use it. :)

But you can use ExifInterface as well, i think:
You can't use one of the predefined tags (ExifInterface.TAG_xxxx), but you 
can call 'setAttribute' and 'getAttribute' with your own tag name. You'd 
have to find out yourself what the exact tag-name is, though.
E.g. *exifInterface.setAttribute("PPI", "300"); *or something like it :).


-- 
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

Reply via email to