Loading core/java/android/app/Notification.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -1646,6 +1646,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) { Loading Loading
core/java/android/app/Notification.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -1646,6 +1646,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) { Loading