diff --git a/src/com/android/settings/notification/history/NotificationStation.java b/src/com/android/settings/notification/history/NotificationStation.java index 3ed8cdfd9b4..3b27e1947d2 100644 --- a/src/com/android/settings/notification/history/NotificationStation.java +++ b/src/com/android/settings/notification/history/NotificationStation.java @@ -581,7 +581,7 @@ public class NotificationStation extends SettingsPreferenceFragment { .append(bold(getString( R.string.notification_log_details_title))) .append(delim) - .append(action.title); + .append(action.title != null ? action.title : ""); if (action.actionIntent != null) { sb.append("\n ") .append(bold(getString(