标签: android android-service android-8.0-oreo foreground-service
我正在尝试使用Service来实现某些功能。现在,我在startForegroundService()上使用service来启动。 现在,对于startForeGroundService(),我应该使用notificationChannel所需的android Oreo。 问题在于此通知通道阻止我的服务重新启动。
Service
startForegroundService()
service
startForeGroundService()
notificationChannel
android Oreo
This是我为notification channel使用的解决方案。
notification channel