安卓如何发送系统通知

img


如上图,NotificationCompat方法已经被废弃,那请问如何发送通知

Deprecated
use Builder(Context, String) instead. All posted notifications must specify a NotificationChannel ID.
已弃用
改用 Builder(Context, String) 。 所有发布的通知都必须指定一个 NotificationChannel ID。

img

img