在老的版本中是使用Notification 新的版本是使用Notification.Builder
为了兼容性现在使用NotificationCompat.Builder
兼容新旧版通知构建
本文介绍如何在不同版本的应用程序中使用Notification和Notification.Builder来创建通知,为确保跨版本兼容性,当前推荐使用NotificationCompat.Builder。
在老的版本中是使用Notification 新的版本是使用Notification.Builder
为了兼容性现在使用NotificationCompat.Builder

被折叠的 条评论
为什么被折叠?