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

am: 82614bed0b

Change-Id: Iae08aea13f79273e6f47d3c32832cd4eddd51010
This commit is contained in:
Robin Lee
2018-06-13 14:40:21 -07:00
committed by android-build-merger

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);
}
}