From bca03b5f891af5966a06b1ecd00f6cd573659ce6 Mon Sep 17 00:00:00 2001
From: panlili2024 <14743743+panlili2024@user.noreply.gitee.com>
Date: 星期四, 27 二月 2025 14:34:21 +0800
Subject: [PATCH] 兼容安卓14
---
HDLLinphoneSDKDemoNew/HDLLinphoneSDK/src/main/res/values/strings.xml | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/HDLLinphoneSDKDemoNew/HDLLinphoneSDK/src/main/res/values/strings.xml b/HDLLinphoneSDKDemoNew/HDLLinphoneSDK/src/main/res/values/strings.xml
index ead4430..63f8e21 100644
--- a/HDLLinphoneSDKDemoNew/HDLLinphoneSDK/src/main/res/values/strings.xml
+++ b/HDLLinphoneSDKDemoNew/HDLLinphoneSDK/src/main/res/values/strings.xml
@@ -2,11 +2,12 @@
<string name="app_name">HDLLinphoneSDK</string>
<string name="lp_tipStr">Prompt</string>
<string name="lp_okStr">OK</string>
- <string name="lp_saveToTheAlbumsStr">Saved to the albums.</string>
- <string name="lp_operationFailedStr">Operation failed.</string>
- <string name="lp_refuseStr">Refuse</string>
+ <string name="lp_saveToTheAlbumsStr">Saved to the albums</string>
+ <string name="lp_operationFailedStr">Operation failed</string>
+ <string name="lp_refuseStr">Reject</string>
<string name="lp_answerStr">Answer</string>
<string name="lp_hangupStr">Hang up</string>
+ <string name="lp_hangupStr_all">Reject All</string>
<string name="lp_unlockSuccessfullyStr">Unlock successfully</string>
<string name="lp_unlockfailureStr">Unlock failure</string>
<string name="lp_callingStr">Incoming call</string>
@@ -21,5 +22,7 @@
<string name="lp_confirm">Confirm</string>
<string name="tip_confirm_unlock">Are you sure to open the door lock?</string>
+ <string name="open_save_permission">Please enable storage authorization first</string>
+ <string name="linphone_text_open_settings">Settings</string>
</resources>
--
Gitblit v1.8.0