am acd01ff0: Merge "Keep deleteIntent when copying Notification attributes"
* commit 'acd01ff07668a608cb4890a2ea1533a2397149c8': Keep deleteIntent when copying Notification attributes
This commit is contained in:
@@ -1646,6 +1646,7 @@ public class Notification implements Parcelable
|
||||
builder.setSound(this.sound, this.audioStreamType);
|
||||
builder.setDefaults(this.defaults);
|
||||
builder.setVibrate(this.vibrate);
|
||||
builder.setDeleteIntent(this.deleteIntent);
|
||||
|
||||
// now apply the latestEventInfo fields
|
||||
if (contentTitle != null) {
|
||||
|
||||
Reference in New Issue
Block a user