public void onSaveInstanceState(Bundle outState) {
   if (SonarFrameworkSettings.USE_FACEBOOK) {
     facebook.onSaveInstanceState(outState);
   }
 }