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

Commit e122c245 authored by Dmitri Plotnikov's avatar Dmitri Plotnikov Committed by Android (Google) Code Review
Browse files

Merge "Protecting TvExtender from being stripped by lightenPayload()"

parents 4cedf306 22281361
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1913,6 +1913,9 @@ public class Notification implements Parcelable
            final String[] keys = keyset.toArray(new String[N]);
            for (int i=0; i<N; i++) {
                final String key = keys[i];
                if (TvExtender.EXTRA_TV_EXTENDER.equals(key)) {
                    continue;
                }
                final Object obj = extras.get(key);
                if (obj != null &&
                    (  obj instanceof Parcelable