summaryrefslogtreecommitdiffstats
path: root/java/com/android/incallui/contactgrid/res/values
diff options
context:
space:
mode:
authorSekine Yasuaki <yasuaki.sekine@sony.com>2017-07-07 17:01:56 +0900
committerMichael Bestas <mkbestas@lineageos.org>2020-05-24 20:09:50 +0300
commitd1341b4f02d3ce4b4b996895d3da8e6a841bf934 (patch)
tree9c73919defb95791c8402f0ca1d6116d91705378 /java/com/android/incallui/contactgrid/res/values
parenta0c5bdd1a071cc593e7d67f3a48274ab5f852c8b (diff)
downloadandroid_packages_apps_Dialer-d1341b4f02d3ce4b4b996895d3da8e6a841bf934.tar.gz
android_packages_apps_Dialer-d1341b4f02d3ce4b4b996895d3da8e6a841bf934.tar.bz2
android_packages_apps_Dialer-d1341b4f02d3ce4b4b996895d3da8e6a841bf934.zip
Fix error case which session change request failed when pausing video
When a user clicks the pause video button, the camera close request and the session modify request are executed at the same time. However, the session modify request fails occasionally by a limitation of the Network side. In that case, the video session is continued with the camera closed state and a user cannot open the camera again due to pause video button disabled. Remove camera close request triggered by the pause video button clicked because it is handled appropriately according to the result of the session modify request. Also, enable the pause video button and show error message to a user if receiving the error result of the session modify request. Test: manual Bug: 69235524 Change-Id: I9a2dde755a6c28edfb0ce962b55ac8a6e907ca97
Diffstat (limited to 'java/com/android/incallui/contactgrid/res/values')
-rw-r--r--java/com/android/incallui/contactgrid/res/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/java/com/android/incallui/contactgrid/res/values/strings.xml b/java/com/android/incallui/contactgrid/res/values/strings.xml
index 9ee10c327..e8592b234 100644
--- a/java/com/android/incallui/contactgrid/res/values/strings.xml
+++ b/java/com/android/incallui/contactgrid/res/values/strings.xml
@@ -65,6 +65,9 @@
requests and we timed out. -->
<string name="incall_video_call_request_timed_out">Call timed out</string>
+ <!-- Displayed above the contact name when the user's operation for video calling is failed due to an unknown reason. -->
+ <string name="incall_video_call_operation_failed">Unable to operate</string>
+
<!-- In-call screen: status label for a call that's in the process of hanging up
[CHAR LIMIT=25] -->
<string name="incall_hanging_up">Hanging up</string>