super.onResume();
// mBackgroundManager might be null:
// if BackgroundSupportFragment is just restored by FragmentManager,
// and user does not call BackgroundManager.getInstance() yet.
if (mBackgroundManager != null) {
mBackgroundManager.onActivityResume();
}