From 1b60e8c70bdcbf07c3efab310790134ecf81d4fd Mon Sep 17 00:00:00 2001 From: Santos Cordon Date: Mon, 5 Aug 2013 09:42:04 -0700 Subject: Notifications in Phone (part 1) - Added StatusBarNotification class to handle notifications - StatusBarNotification has tons of copied comments from NotificationMgr.java. Also has minimal code to make the notification pop up (without call-specific data). - Moved the UI start-up code from InCallPresenter to StatusBarNotification. Incoming phone calls need to display an alert above immersive (fullscreen) foreground activities and the way to do that is through notifications. The old phone app did the same thing...finally bringing over that functionality. Change-Id: I3324503e0d7bb1de00d8e7fab72d4b40519491dd --- InCallUI/res/drawable-hdpi/stat_sys_phone_call.png | Bin 0 -> 1095 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 InCallUI/res/drawable-hdpi/stat_sys_phone_call.png (limited to 'InCallUI/res/drawable-hdpi') diff --git a/InCallUI/res/drawable-hdpi/stat_sys_phone_call.png b/InCallUI/res/drawable-hdpi/stat_sys_phone_call.png new file mode 100644 index 000000000..7eda84ca5 Binary files /dev/null and b/InCallUI/res/drawable-hdpi/stat_sys_phone_call.png differ -- cgit v1.2.3