草庐IT

setOngoing

全部标签

android - 我可以在没有 setOngoing(true) 的情况下启动前台服务吗?

我确实有一个在前台启动的服务: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