修改方法:
CallCardFragment.java 的方法 setDrawableToImageView()
如下code,注释掉 if 条件及 else部分,请验证效果:
// if (current == null) {
Log.d(this, "[setDrawableToImageView]current is null");
view.setImageDrawable(photo);
AnimationUtils.Fade.show(view);
// } else {
// AnimationUtils.startCrossFade(view, current, photo);
// view.setVisibility(View.VISIBLE);
// }拨打紧急电话,在通话界面会快速闪现正常通话界面的人头图片
原文:http://blog.csdn.net/sergeycao/article/details/44035337