summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorChris Wren <cwren@google.com>2014-12-02 22:45:22 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-12-02 22:45:22 +0000
commit723bce8a0d4fa900ca4344c03e5e82b5881fcf19 (patch)
tree9eab18f75a4cd264fc5facac3721fb9b48c18c4c /core
parent97267def8219d6ad3d8a96449b08653ae1bd6832 (diff)
parent47a5cb122ab495e8420c46d8f324bddcd38920af (diff)
downloadframeworks_base-723bce8a0d4fa900ca4344c03e5e82b5881fcf19.zip
frameworks_base-723bce8a0d4fa900ca4344c03e5e82b5881fcf19.tar.gz
frameworks_base-723bce8a0d4fa900ca4344c03e5e82b5881fcf19.tar.bz2
am 47a5cb12: am acd01ff0: Merge "Keep deleteIntent when copying Notification attributes"
* commit '47a5cb122ab495e8420c46d8f324bddcd38920af': Keep deleteIntent when copying Notification attributes
Diffstat (limited to 'core')
-rw-r--r--core/java/android/app/Notification.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/java/android/app/Notification.java b/core/java/android/app/Notification.java
index 9e8a793..8dce59a 100644
--- a/core/java/android/app/Notification.java
+++ b/core/java/android/app/Notification.java
@@ -1736,6 +1736,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) {