Following problem: I am calling an activity "B" with extras. If B gets launched and has extras a ACTION_IMAGE_CAPTURE intent is on its way. This works really nice.
However, I have done this in onCreate() and therefore, everytime i change the orientation of my device, (and launched the activity before with extras) the camera gets on.
I tried to do clear();as well as remove() but this doesn't do the job for me.
Any suggestions? Thanks in advance