|
@@ -5945,6 +5945,11 @@ public class MainActivity extends WpadActivity {
|
|
|
|
|
|
Intent mIntent = new Intent();
|
|
|
mIntent.setAction(Declare.BR.BR_ACK_WALLPADCALL_LIVE);
|
|
|
+
|
|
|
+ boolean isFront = false;
|
|
|
+ if(mCallController!=null && mCallController.mCallInfo.getFRONT() != CALLSTATUS.IDLE)
|
|
|
+ isFront = true;
|
|
|
+ mIntent.putExtra("isFront", isFront);
|
|
|
getApplicationContext().sendBroadcast(mIntent);
|
|
|
} catch (RuntimeException re) {
|
|
|
LogUtil.errorLogInfo("", TAG, re);
|