Send static image on back and home buttons.

This commit is contained in:
Guillaume Beraudo 2011-03-18 10:52:02 +01:00
parent 9ca92d8237
commit c9e4008c7f

View file

@ -202,6 +202,7 @@ public class VideoCallActivity extends Activity {
@Override
protected void onPause() {
Log.d(tag, "onPause VideoCallActivity");
LinphoneManager.getInstance().sendStaticImage(true);
if (mWakeLock.isHeld()) mWakeLock.release();
super.onPause();
}