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