Merge "Do not treat EXTRA_SMALL_ICON <int> as Parcelable" into pi-dev

This commit is contained in:
Robin Lee
2018-06-13 20:56:11 +00:00
committed by Android (Google) Code Review

View File

@@ -2767,7 +2767,6 @@ public class Notification implements Parcelable
*/
private void fixDuplicateExtras() {
if (extras != null) {
fixDuplicateExtra(mSmallIcon, EXTRA_SMALL_ICON);
fixDuplicateExtra(mLargeIcon, EXTRA_LARGE_ICON);
}
}