Send static image on back and home buttons.
This commit is contained in:
parent
9ca92d8237
commit
c9e4008c7f
1 changed files with 1 additions and 0 deletions
|
@ -202,6 +202,7 @@ public class VideoCallActivity extends Activity {
|
||||||
@Override
|
@Override
|
||||||
protected void onPause() {
|
protected void onPause() {
|
||||||
Log.d(tag, "onPause VideoCallActivity");
|
Log.d(tag, "onPause VideoCallActivity");
|
||||||
|
LinphoneManager.getInstance().sendStaticImage(true);
|
||||||
if (mWakeLock.isHeld()) mWakeLock.release();
|
if (mWakeLock.isHeld()) mWakeLock.release();
|
||||||
super.onPause();
|
super.onPause();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue