public void onResume() {
   ContentViewCore contentView = this.getContentViewCore();
   if (contentView != null) {
     contentView.onShow();
   }
 }