From 83d5ada866a598ee868d3e23624d104d1027db29 Mon Sep 17 00:00:00 2001
From: wxr <wxr@hdlchina.com.cn>
Date: 星期二, 27 八月 2024 15:28:42 +0800
Subject: [PATCH] 增加挂断功能

---
 HDLLinphoneSDKDemoNew/HDLLinphoneSDK/src/main/res/values/strings.xml |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/HDLLinphoneSDKDemoNew/HDLLinphoneSDK/src/main/res/values/strings.xml b/HDLLinphoneSDKDemoNew/HDLLinphoneSDK/src/main/res/values/strings.xml
index ead4430..d2bbe09 100644
--- a/HDLLinphoneSDKDemoNew/HDLLinphoneSDK/src/main/res/values/strings.xml
+++ b/HDLLinphoneSDKDemoNew/HDLLinphoneSDK/src/main/res/values/strings.xml
@@ -7,6 +7,8 @@
     <string name="lp_refuseStr">Refuse</string>
     <string name="lp_answerStr">Answer</string>
     <string name="lp_hangupStr">Hang up</string>
+    <string name="lp_hangupPhoneStr">Hang up</string>
+    <string name="lp_hangupStr_all">Hang up all</string>
     <string name="lp_unlockSuccessfullyStr">Unlock successfully</string>
     <string name="lp_unlockfailureStr">Unlock failure</string>
     <string name="lp_callingStr">Incoming call</string>

--
Gitblit v1.8.0