From cc42b5953588110cc89b43e72d2b6579757017a1 Mon Sep 17 00:00:00 2001 From: Nancy Chen Date: Tue, 26 Jan 2016 14:38:57 -0800 Subject: Display missed call notifications in Dialer. Dialer is now putting up the missed call notification instead of Telecom. As a result, it has to handle receiving a new missed call broadcast and sending requests back to Telecom to update the missed call count. + MissedCallNotifier class displays notifications and triggers call back sms, and dismiss intents. + CallLogNotificationsService added actions it can handle for missed calls. + MissedCallNotificationReceiver receives the missed call intent to update the notifications. Bug: 22857261 Change-Id: I03a3c3b5a2533a3ea26d668124fcaf3fa72347fc --- res/drawable-hdpi/ic_phone_24dp.png | Bin 0 -> 347 bytes res/drawable-mdpi/ic_phone_24dp.png | Bin 0 -> 262 bytes res/drawable-xhdpi/ic_phone_24dp.png | Bin 0 -> 439 bytes res/drawable-xxhdpi/ic_phone_24dp.png | Bin 0 -> 619 bytes res/drawable-xxxhdpi/ic_phone_24dp.png | Bin 0 -> 837 bytes res/values/strings.xml | 22 ++++++++++++++++++++++ 6 files changed, 22 insertions(+) create mode 100644 res/drawable-hdpi/ic_phone_24dp.png create mode 100644 res/drawable-mdpi/ic_phone_24dp.png create mode 100644 res/drawable-xhdpi/ic_phone_24dp.png create mode 100644 res/drawable-xxhdpi/ic_phone_24dp.png create mode 100644 res/drawable-xxxhdpi/ic_phone_24dp.png (limited to 'res') diff --git a/res/drawable-hdpi/ic_phone_24dp.png b/res/drawable-hdpi/ic_phone_24dp.png new file mode 100644 index 000000000..b27dfba06 Binary files /dev/null and b/res/drawable-hdpi/ic_phone_24dp.png differ diff --git a/res/drawable-mdpi/ic_phone_24dp.png b/res/drawable-mdpi/ic_phone_24dp.png new file mode 100644 index 000000000..c1766b854 Binary files /dev/null and b/res/drawable-mdpi/ic_phone_24dp.png differ diff --git a/res/drawable-xhdpi/ic_phone_24dp.png b/res/drawable-xhdpi/ic_phone_24dp.png new file mode 100644 index 000000000..83167f4cd Binary files /dev/null and b/res/drawable-xhdpi/ic_phone_24dp.png differ diff --git a/res/drawable-xxhdpi/ic_phone_24dp.png b/res/drawable-xxhdpi/ic_phone_24dp.png new file mode 100644 index 000000000..8fff728bb Binary files /dev/null and b/res/drawable-xxhdpi/ic_phone_24dp.png differ diff --git a/res/drawable-xxxhdpi/ic_phone_24dp.png b/res/drawable-xxxhdpi/ic_phone_24dp.png new file mode 100644 index 000000000..30d141db5 Binary files /dev/null and b/res/drawable-xxxhdpi/ic_phone_24dp.png differ diff --git a/res/values/strings.xml b/res/values/strings.xml index 2838e6816..7e87b2fb0 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -99,6 +99,28 @@ Clearing call history\u2026 + + Phone + + + + Missed call + + Missed calls + + %s missed calls + + Call back + + Message + + RESTRICTED + Voicemail -- cgit v1.2.3