am 97773efe: Merge "Remove opPkg from the notification key."
* commit '97773efef70b199fefc954c4a0de368fd5fb17dd': Remove opPkg from the notification key.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user