示例#1
0
 /** Called when the display is rotated (as registered in the manifest). */
 @Override
 public void onConfigurationChanged(Configuration newConfig) {
   super.onConfigurationChanged(newConfig);
   mRemoteHostDesktop.onScreenConfigurationChanged();
 }