Loading core/java/android/app/Notification.java +1 −1 Original line number Diff line number Diff line Loading @@ -1233,7 +1233,7 @@ public class Notification implements Parcelable getIcon(), title, actionIntent, // safe to alias new Bundle(mExtras), mExtras == null ? new Bundle() : new Bundle(mExtras), getRemoteInputs(), getAllowGeneratedReplies()); } Loading Loading
core/java/android/app/Notification.java +1 −1 Original line number Diff line number Diff line Loading @@ -1233,7 +1233,7 @@ public class Notification implements Parcelable getIcon(), title, actionIntent, // safe to alias new Bundle(mExtras), mExtras == null ? new Bundle() : new Bundle(mExtras), getRemoteInputs(), getAllowGeneratedReplies()); } Loading