Enforce add call logic when placing call.
A previous bug added logic to prevent the "add call" button in dialer from
showing in some situations for video calls. This CL adds in logic to
ensure you also can't dial (via call log, contacts, etc) another call
in this situation as well.
Bug: 30427546
Change-Id: Id731f3761304bbac233c4eef429a2275fb4a0108
diff --git a/res/values/strings.xml b/res/values/strings.xml
index c7c2541..fe2af66 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -993,6 +993,8 @@
<string name="incall_error_no_phone_number_supplied">To place a call, enter a valid number.</string>
<!-- In-call screen: call failure message displayed in an error dialog -->
<string name="incall_error_call_failed">Call failed.</string>
+ <!-- In-call screen: call failure message displayed in an error dialog -->
+ <string name="incall_error_cannot_add_call">Call cannot be added at this time.</string>
<!-- In-call screen: status message displayed in a dialog when starting an MMI -->
<string name="incall_status_dialed_mmi">Starting MMI sequence\u2026</string>
<!-- In-call screen: message displayed in an error dialog -->