My activity invokes the camera with the ACTION_IMAGE_CAPTURE intent. If the camera activity returns succesfully, I set a flag in the onActivityResult callback, and based on
@Override protected void onSaveInstanceState(Bundle outState) { //No call for super(). Bug on API Level > 11. }