Is there any 3rd part api for android to read exif tags from image which support api level starting from 1.5.
For what it worth, did you try to use the native ExifInterface class ?
http://developer.android.com/reference/android/media/ExifInterface.html
Should be must faster than using a 3rd party library ;)