Loading src/com/android/calendar/alerts/AlertReceiver.java +3 −1 Original line number Diff line number Diff line Loading @@ -207,7 +207,6 @@ public class AlertReceiver extends BroadcastReceiver { Notification.Builder notificationBuilder = new Notification.Builder(context); notificationBuilder.setContentTitle(title); notificationBuilder.setContentText(summaryText); // TODO: change to the clock icon notificationBuilder.setSmallIcon(R.drawable.stat_notify_calendar); notificationBuilder.setContentIntent(clickIntent); notificationBuilder.setDeleteIntent(deleteIntent); Loading @@ -229,6 +228,9 @@ public class AlertReceiver extends BroadcastReceiver { notificationBuilder.setFullScreenIntent(clickIntent, true); } // Turn off timestamp. notificationBuilder.setWhen(0); // Setting to a higher priority will encourage notification manager to expand the // notification. if (highPriority) { Loading Loading
src/com/android/calendar/alerts/AlertReceiver.java +3 −1 Original line number Diff line number Diff line Loading @@ -207,7 +207,6 @@ public class AlertReceiver extends BroadcastReceiver { Notification.Builder notificationBuilder = new Notification.Builder(context); notificationBuilder.setContentTitle(title); notificationBuilder.setContentText(summaryText); // TODO: change to the clock icon notificationBuilder.setSmallIcon(R.drawable.stat_notify_calendar); notificationBuilder.setContentIntent(clickIntent); notificationBuilder.setDeleteIntent(deleteIntent); Loading @@ -229,6 +228,9 @@ public class AlertReceiver extends BroadcastReceiver { notificationBuilder.setFullScreenIntent(clickIntent, true); } // Turn off timestamp. notificationBuilder.setWhen(0); // Setting to a higher priority will encourage notification manager to expand the // notification. if (highPriority) { Loading