diff options
| author | Rohan Shah <shahrk@google.com> | 2014-10-13 18:58:56 +0000 |
|---|---|---|
| committer | Rohan Shah <shahrk@google.com> | 2014-10-13 18:58:56 +0000 |
| commit | 72f6a2432ed3ca183e2311ffaa2f7fa87f3df915 (patch) | |
| tree | a65106320c91eec293904e92e86ca94c200c9746 /src | |
| parent | cc82965ac9a84d65c2e8e1152bd8f9929d5674cb (diff) | |
| download | android_packages_apps_Email-72f6a2432ed3ca183e2311ffaa2f7fa87f3df915.tar.gz android_packages_apps_Email-72f6a2432ed3ca183e2311ffaa2f7fa87f3df915.tar.bz2 android_packages_apps_Email-72f6a2432ed3ca183e2311ffaa2f7fa87f3df915.zip | |
Revert "Update notification icon asset names (Email)"
Need to revert - doesn't build on Mac OS
This reverts commit cc82965ac9a84d65c2e8e1152bd8f9929d5674cb.
Change-Id: I98c03ebe85df29ff146d0cee6ae112ab36e6d8b0
Diffstat (limited to 'src')
| -rw-r--r-- | src/com/android/email/EmailNotificationController.java | 3 |
1 files changed, 2 insertions, 1 deletions
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); |
