android.app.RemoteServiceException: Bad notification for startForeground

(Build.VERSION.>= Build.VERSION_CODES.) {
notification: Notification = Notification.Builder().build()
startForeground( notification)
}最新的安卓里又不适用了嘛 QAQ

(Build.VERSION.>= Build.VERSION_CODES.) {
notification: Notification = Notification.Builder().build()
startForeground( notification)
}最新的安卓里又不适用了嘛 QAQ
2022-10-09
举报