Beispiel #1
0
 @Override
 protected void onStart() {
   super.onStart();
   mActivityLifecycleListener.onActivityStarted(this);
   JniInterface.enableVideoChannel(true);
   mRemoteHostDesktop.attachRedrawCallback();
 }