From 72f6a2432ed3ca183e2311ffaa2f7fa87f3df915 Mon Sep 17 00:00:00 2001 From: Rohan Shah Date: Mon, 13 Oct 2014 18:58:56 +0000 Subject: [PATCH] Revert "Update notification icon asset names (Email)" Need to revert - doesn't build on Mac OS This reverts commit cc82965ac9a84d65c2e8e1152bd8f9929d5674cb. Change-Id: I98c03ebe85df29ff146d0cee6ae112ab36e6d8b0 --- res/xml/authenticator_alternate.xml | 2 +- res/xml/authenticator_eas.xml | 2 +- res/xml/authenticator_imap.xml | 2 +- res/xml/authenticator_legacy_eas.xml | 2 +- res/xml/authenticator_legacy_email.xml | 2 +- res/xml/authenticator_legacy_imap.xml | 2 +- res/xml/authenticator_pop3.xml | 2 +- src/com/android/email/EmailNotificationController.java | 3 ++- 8 files changed, 9 insertions(+), 8 deletions(-) diff --git a/res/xml/authenticator_alternate.xml b/res/xml/authenticator_alternate.xml index fd29bb63b..4019c34ac 100644 --- a/res/xml/authenticator_alternate.xml +++ b/res/xml/authenticator_alternate.xml @@ -25,7 +25,7 @@ diff --git a/res/xml/authenticator_eas.xml b/res/xml/authenticator_eas.xml index 8970d510d..d1f3a952d 100644 --- a/res/xml/authenticator_eas.xml +++ b/res/xml/authenticator_eas.xml @@ -23,7 +23,7 @@ diff --git a/res/xml/authenticator_imap.xml b/res/xml/authenticator_imap.xml index 487b3a20d..41ade5050 100644 --- a/res/xml/authenticator_imap.xml +++ b/res/xml/authenticator_imap.xml @@ -23,7 +23,7 @@ diff --git a/res/xml/authenticator_legacy_eas.xml b/res/xml/authenticator_legacy_eas.xml index c4bdd14fb..424cf90be 100644 --- a/res/xml/authenticator_legacy_eas.xml +++ b/res/xml/authenticator_legacy_eas.xml @@ -23,7 +23,7 @@ diff --git a/res/xml/authenticator_legacy_email.xml b/res/xml/authenticator_legacy_email.xml index 0b0d1f222..5f1b2122f 100644 --- a/res/xml/authenticator_legacy_email.xml +++ b/res/xml/authenticator_legacy_email.xml @@ -23,7 +23,7 @@ diff --git a/res/xml/authenticator_legacy_imap.xml b/res/xml/authenticator_legacy_imap.xml index 838d0e404..3dc362562 100644 --- a/res/xml/authenticator_legacy_imap.xml +++ b/res/xml/authenticator_legacy_imap.xml @@ -23,7 +23,7 @@ diff --git a/res/xml/authenticator_pop3.xml b/res/xml/authenticator_pop3.xml index 589e80a92..f0cfc77e9 100644 --- a/res/xml/authenticator_pop3.xml +++ b/res/xml/authenticator_pop3.xml @@ -23,7 +23,7 @@ diff --git a/src/com/android/email/EmailNotificationController.java b/src/com/android/email/EmailNotificationController.java index 893101234..e57b41833 100644 --- a/src/com/android/email/EmailNotificationController.java +++ b/src/com/android/email/EmailNotificationController.java @@ -26,6 +26,7 @@ import android.content.Context; import android.content.Intent; import android.database.ContentObserver; import android.database.Cursor; +import android.graphics.Bitmap; import android.net.Uri; import android.os.Handler; import android.os.Looper; @@ -143,7 +144,7 @@ public class EmailNotificationController implements NotificationController { .setContentText(contentText) .setContentIntent(pending) .setNumber(number == null ? 0 : number) - .setSmallIcon(R.drawable.ic_notification_mail_wht_24dp) + .setSmallIcon(R.drawable.ic_notification_mail_24dp) .setWhen(mClock.getTime()) .setTicker(ticker) .setOngoing(ongoing);