我确实有一个在前台启动的服务:valnotification=NotificationCompat.Builder(context).setSmallIcon(R.drawable.ic_stat_notify).setContentTitle(title).setTicker(message).setStyle(NotificationCompat.BigTextStyle().bigText(message)).setContentText(message).setContentIntent(pendingIntent).build()startForeground(Notific