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