Zoltan Demant
11/10/2021, 1:51 PMBad notification posted from package: x Couldn't create icon: StatusBarIcon
on Android 8.1? Im not using any vector-drawables. The icons are all white icons in .png
files.Zoltan Demant
11/10/2021, 1:53 PMsetSmallIcon
. Crash seems to be unique to Android 8.1.0 Nexus 5X.
val notification = NotificationCompat
.Builder(
this, //Service
NOTIFICATION_CHANNEL
)
.setSmallIcon(R.drawable.ic_notification)