Merge "Substituting the app name also on the public content view" into pi-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
24c4759714
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user