am 97773efe: Merge "Remove opPkg from the notification key."

* commit '97773efef70b199fefc954c4a0de368fd5fb17dd':
  Remove opPkg from the notification key.
This commit is contained in:
Chris Wren
2014-04-28 15:08:59 +00:00
committed by Android Git Automerger

View File

@@ -87,7 +87,7 @@ public class StatusBarNotification implements Parcelable {
}
private String key() {
return pkg + '|' + opPkg + '|' + id + '|' + tag + '|' + uid;
return pkg + '|' + id + '|' + tag + '|' + uid;
}
public void writeToParcel(Parcel out, int flags) {