summaryrefslogtreecommitdiffstats
path: root/res/drawable-mdpi
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/drawable-mdpi
parent4d32ab91be5e8596ed5b4f4eb55c600a76bb574f (diff)
downloadpackages_apps_InCallUI-60eca0a141c34ea7403edcc7dbda6355052797d6.tar.gz
packages_apps_InCallUI-60eca0a141c34ea7403edcc7dbda6355052797d6.tar.bz2
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/drawable-mdpi')
-rw-r--r--res/drawable-mdpi/ic_more.pngbin0 -> 465 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/res/drawable-mdpi/ic_more.png b/res/drawable-mdpi/ic_more.png
new file mode 100644
index 00000000..092a8786
--- /dev/null
+++ b/res/drawable-mdpi/ic_more.png
Binary files differ