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

This commit is contained in:
android-build-team Robot
2018-05-01 00:26:46 +00:00
committed by Android (Google) Code Review

View File

@@ -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) {