Android.app.Notification.extras null
问题 So I am confused and I don't know how to fix the error crashlytics and google playstore keep saying my users are having. Here is my code: if (event.getEventType() == AccessibilityEvent.TYPE_NOTIFICATION_STATE_CHANGED) { Notification notification = (Notification) event.getParcelableData(); String text = ""; if (notification.extras.getString(Notification.EXTRA_TEXT) != null){ text = notification.extras.getString(Notification.EXTRA_TEXT); } if (text != null) { if (text.equals("You have been idle