Browse Source

del:volte去掉自动接听测试代码

Dozingfiretruck 2 years ago
parent
commit
c757db2c19
1 changed files with 0 additions and 2 deletions
  1. 0 2
      components/mobile/luat_lib_mobile.c

+ 0 - 2
components/mobile/luat_lib_mobile.c

@@ -1425,8 +1425,6 @@ end)
             lua_call(L, 2, 0);
             break;
         case LUAT_MOBILE_CC_INCOMINGCALL:
-            LLOGD("LUAT_MOBILE_CC_INCOMINGCALL");
-            luat_mobile_answer_call(0);
             lua_pushstring(L, "CC_IND");
             lua_pushstring(L, "INCOMINGCALL");
             lua_call(L, 2, 0);