I am using the below line to set my ImageView.
Bitmap bm = Media.getBitmap(getContentResolver(), capturedImage); Bitmap bm1=Bitmap.creat
Proper way to it is to save the bitmap in onRetainNonConfigurationInstance()
Here is an example: http://developer.android.com/guide/topics/resources/runtime-changes.html