I am using API level 8 , documentation says its available after API level 5 !
http://developer.android.com/reference/android/media/ExifInterface.html#TAG_EXPOSURE_TIME
I am trying to use like this ,
exifObj.getAttribute(ExifInterface.TAG_EXPOSURE_TIME)
but not able to resolve the ExifInterface.TAG_EXPOSURE_TIME in eclipse !
I get make , model etc. but few tags like exposure time and aperture I am not able to use !?
You have misread the documentation.
TAG_EXPOSURE_TIMEis available since API level 11.