summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-07-15 11:54:17 -0700
committerAndrew Lee <anwlee@google.com>2014-07-16 11:04:51 -0700
commit038a8d661a2ea4bac034088992d3ec6a538a1c20 (patch)
tree114e3d78449d182048ef674bf54ceff1dfe47a7b /res/values/strings.xml
parentc7a37945e4342c1a62b8508945fa281ce05303d6 (diff)
downloadpackages_apps_InCallUI-038a8d661a2ea4bac034088992d3ec6a538a1c20.tar.gz
packages_apps_InCallUI-038a8d661a2ea4bac034088992d3ec6a538a1c20.tar.bz2
packages_apps_InCallUI-038a8d661a2ea4bac034088992d3ec6a538a1c20.zip
Add video call handling for heads up notifications.
- Add isVideo method to the InCallUI call. - Added cases and actions for isVideo to StatusBarNotifier. - Added cases for isVideo for processing incoming call in the full-screen experience in AnswerPresenter. - Did what I figured would be some cleanup, to consolidate some helper methods only ever called once, and reorder some methods to be more alphabetical. - Added new intent type for video calls (and revised old one for audio calls), which are dispatched by the StatusBarNotifier and received by the InCallApp. - Update icons used, and deleted unused icons. Bug: 16013878 Change-Id: If0a8d04e2ee6eaf8258ce6a677b22d55a584f9ab
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 3c103022..19ba8a6c 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -211,10 +211,10 @@
scenarios such as accepting an incoming call or accepting a video call request.
[CHAR LIMIT=40] -->
<string name="notification_action_accept">Accept</string>
- <!-- Label for "Decline" notification action. This is somewhat generic, and may refer to
+ <!-- Label for "Dismiss" notification action. This is somewhat generic, and may refer to
scenarios such as declining an incoming call or declining a video call request.
[CHAR LIMIT=40] -->
- <string name="notification_action_decline">Decline</string>
+ <string name="notification_action_dismiss">Dismiss</string>
<!-- Message for "call back" Action, which is displayed in the missed call notificaiton.
The user will be able to call back to the person or the phone number.