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

Commit ed07b96a authored by Selim Cinek's avatar Selim Cinek
Browse files

Substituting the app name also on the public content view

Test: add notification with substitute name, observe correct public notification
Change-Id: Ib682a363c47f8925d54413e1edb20c0b8ce2e8b9
Fixes: 78605862
parent 3f9520e6
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -4990,6 +4990,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) {