Merge commit 'd16b4b921fef0a79a12fd90a5fad353413ba80ea' into eclair-mr2-plus-aosp * commit 'd16b4b921fef0a79a12fd90a5fad353413ba80ea': Go to combined inbox from notification for 2+ accounts (#2147265)
This commit is contained in:
commit
a06961dbac
@ -677,7 +677,8 @@ public class MailService extends Service {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// prepare appropriate pending intent, set up notification, and send
|
// prepare appropriate pending intent, set up notification, and send
|
||||||
PendingIntent pending = PendingIntent.getActivity(this, 0, intent, 0);
|
PendingIntent pending =
|
||||||
|
PendingIntent.getActivity(this, 0, intent, PendingIntent.FLAG_UPDATE_CURRENT);
|
||||||
|
|
||||||
Notification notification = new Notification(
|
Notification notification = new Notification(
|
||||||
R.drawable.stat_notify_email_generic,
|
R.drawable.stat_notify_email_generic,
|
||||||
|
Loading…
Reference in New Issue
Block a user