示例#1
0
 @Override
 public void onSaveInstanceState(Bundle outState) {
   super.onSaveInstanceState(outState);
   Icepick.saveInstanceState(this, outState);
 }