Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f24e16aa authored by John Spurlock's avatar John Spurlock Committed by Android (Google) Code Review
Browse files

Merge "Save Notification large icon to extras."

parents 6b1d5a4f ac08a474
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1696,6 +1696,9 @@ public class Notification implements Parcelable
            extras.putBoolean(EXTRA_PROGRESS_INDETERMINATE, mProgressIndeterminate);
            extras.putBoolean(EXTRA_SHOW_CHRONOMETER, mUseChronometer);
            extras.putBoolean(EXTRA_SHOW_WHEN, mShowWhen);
            if (mLargeIcon != null) {
                extras.putParcelable(EXTRA_LARGE_ICON, mLargeIcon);
            }
        }

        /**