java.lang.ClassCastException: android.graphics.drawable.Icon cannot be cast to android.graphics.Bitmap
at com.lingc.notification.NotificationService.onNotificationPosted(:2)
at android.service.notification.NotificationListenerService.onNotificationPosted(NotificationListenerService.java:346)
at android.service.notification.NotificationListenerService$MyHandler.handleMessage(NotificationListenerService.java:2023)
at android.os.Handler.dispatchMessage(Handler.java:107)
at android.os.Looper.loop(Looper.java:213)
at android.app.ActivityThread.main(ActivityThread.java:8169)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:513)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1101)