Notification without “heads up”
问题 I am trying to create a notification that has a high priority (a chatting app) but my client requested that there will be no "heads up" view for it. I have tried creating an empty layout for a RemoteViews to set as the Notification.headsUpContentView but still nothing. Here is what I've tried: Intent target = new Intent(this, PushConsumedBroadcastReceiver.class); target.putExtra(PushConsumedBroadcastReceiver.PUSH_TYPE, PushConsumedBroadcastReceiver.PUSH_TYPE_REMINDER); PendingIntent pending =