am 220b7d0e: am 1205d16e: Merge "Clear notifications properly on ACTION_USER_STOPPED." into jb-mr1-dev
* commit '220b7d0ee221b2517189e0fc4c60c77e162b9b36': Clear notifications properly on ACTION_USER_STOPPED.
This commit is contained in:
@@ -1240,7 +1240,7 @@ public class NotificationManagerService extends INotificationManager.Stub
|
||||
if ((r.notification.flags & mustNotHaveFlags) != 0) {
|
||||
continue;
|
||||
}
|
||||
if (!r.pkg.equals(pkg)) {
|
||||
if (pkg != null && !r.pkg.equals(pkg)) {
|
||||
continue;
|
||||
}
|
||||
canceledSomething = true;
|
||||
|
||||
Reference in New Issue
Block a user