Notification通知辅助类 public class NotificationHelper {public static NotificationManager getNotificationManager(Context context) {return (NotificationManager) context.getSystemService(Context.NOTI……