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

Commit b41daac6 authored by android-build-team Robot's avatar android-build-team Robot Committed by android-build-merger
Browse files

Merge "Substituting the app name also on the public content view" into pi-dev

am: 24c47597

Change-Id: I1981cd491b3e62070a1ea52588eb4ab3821c2dfc
parents 6e7821ec 24c47597
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -5102,6 +5102,10 @@ public class Notification implements Parcelable
                    savedBundle.getBoolean(EXTRA_SHOW_CHRONOMETER));
            publicExtras.putBoolean(EXTRA_CHRONOMETER_COUNT_DOWN,
                    savedBundle.getBoolean(EXTRA_CHRONOMETER_COUNT_DOWN));
            String appName = savedBundle.getString(EXTRA_SUBSTITUTE_APP_NAME);
            if (appName != null) {
                publicExtras.putString(EXTRA_SUBSTITUTE_APP_NAME, appName);
            }
            mN.extras = publicExtras;
            RemoteViews view;
            if (ambient) {