Merge "Save Notification large icon to extras." into jb-mr2-dev

This commit is contained in:
John Spurlock
2013-06-10 20:11:19 +00:00
committed by Android (Google) Code Review

View File

@@ -1719,6 +1719,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);
}
}
/**