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

Commit 32224064 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

am: b41daac6

Change-Id: I44b214a46e8a6510353f15d997a17e137cddf5e9
parents f370ee41 b41daac6
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -5104,6 +5104,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) {