尝试在mBuilder上设置标志:
mBuilder.setFlags(Notification.FLAG_NO_CLEAR);
</code>
是的,可以有多个通知。要显示第二个通知,请使用其他ID。例如
notificationManager.notify(2, mBuilder.build());
http://developer.android.com/reference/android/app/Notification.html#FLAG_NO_CLEAR