草庐IT

setAutoCancel

全部标签

android - 通知 setAutoCancel(true) 不起作用

我正在尝试显示当用户点击它时删除的通知。我正在使用NotificationCompat类来构建通知,并在构建器上调用setAutoCancel(true)。这是一段代码:NotificationCompat.BuildermBuilder=newNotificationCompat.Builder(this).setSmallIcon(R.drawable.ic_launcher).setContentTitle("title").setAutoCancel(true).setContentText("content");NotificationManagernotificationM