Android4.0 bug Can not perform this action after onSaveInstanceState - How to prevent?
Please check my answerhere. Basically I just had to :
@Override protected void onSaveInstanceState(Bundle outState) { //No call for super(). Bug on API Level > 11. }
don't make the call tosupe