summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorGarik Badalyan <garikb@codeaurora.org>2015-01-02 16:25:27 -0800
committerLinux Build Service Account <lnxbuild@localhost>2015-10-06 03:20:52 -0600
commit60eca0a141c34ea7403edcc7dbda6355052797d6 (patch)
tree55a84deb83732380ff58bc29a47dc46764eaddee /res/values
parent4d32ab91be5e8596ed5b4f4eb55c600a76bb574f (diff)
downloadandroid_packages_apps_InCallUI-60eca0a141c34ea7403edcc7dbda6355052797d6.tar.gz
android_packages_apps_InCallUI-60eca0a141c34ea7403edcc7dbda6355052797d6.tar.bz2
android_packages_apps_InCallUI-60eca0a141c34ea7403edcc7dbda6355052797d6.zip
IMS-VT: Bring InCallUI to foreground using "Heads up" bar.
Android framework displays "Heads up" notification bar with set of buttons that can be used to accept the incoming call, when the screen is on. Currently up to three actions (buttons) can be added to the notification bar. Phone Application adds "Dismiss", "Voice" and "Video" actions. Since there is a limit (3) on the number of allowed acions, adding "VideoTx" and "VideoRx" actions to the notification bar without increasing the current limit is impossible. Changing the max allowed actions will invalidate public and published API and corresponding document. This change replaces "Video" with "More" action which will bring the phone application to foreground and show the standard incoming call UI. Change-Id: I94c21cca42d378fba6dccf2225313177d9da2411 CRs-Fixed: 753053 IMS-VT: Bring InCallUI to foreground using "Heads up" bar. Android framework displays "Heads up" notification bar with set of buttons that can be used to accept the incoming call, when the screen is on. Currently up to three actions (buttons) can be added to the notification bar. Phone Application adds "Dismiss", "Voice" and "Video" actions. Since there is a limit (3) on the number of allowed acions, adding "VideoTx" and "VideoRx" actions to the notification bar without increasing the current limit is impossible. Changing the max allowed actions will invalidate public and published API and corresponding document. This change replaces "Video" with "More" action which will bring the phone application to foreground and show the standard incoming call UI. Change-Id: I98146d63c14f0870da2952b1e0a40a1f5a6d6473 CRs-Fixed: 753053
Diffstat (limited to 'res/values')
-rw-r--r--res/values/qticonfig.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/qticonfig.xml b/res/values/qticonfig.xml
index 2ed5e3d8..6013093b 100644
--- a/res/values/qticonfig.xml
+++ b/res/values/qticonfig.xml
@@ -29,4 +29,8 @@
<resources>
<!-- Determines UI extensions for video calls should be used. -->
<bool name="video_call_use_ext">true</bool>
+ <!-- Label for "More" notification action. This is a displayed on the notification for an
+ incoming call, and brings the phone application to foreground and displays multiple options
+ for accepting (or declining) the call. [CHAR LIMIT=12] -->
+ <string name="notification_action_answer_more">More</string>
</resources>