坦率小丸子

文章
2
资源
1
加入时间
2年10月18天

Notification通知栏

//通过获取系统服务得到通知管理者 NotificationManager manager = (NotificationManager) getSystemService(NOTIFICATION_SERVICE); //自己构建个通知 Notification.Builder notification=new Notification.Builder(MainActi...