摘要: 创建通知管理器 //getSystemService()在Context类或者ContextWrapper类有,一般通过继承后者来持有 manager = (NotificationManager) getSystemService(NOTIFICATION_SERVICE); 创建通知渠道对象并将 阅读全文
posted @ 2021-08-04 09:28 日进一卒 阅读(97) 评论(0) 推荐(0)