getting the Notifications in 4.1 and above in android
问题 How to get the notifications in android using Accessibility Service above 4.0? Why onAccessibilityEvent(AccessibilityEvent event) not calling When Notification fired above 4.0 Please give Proper Suggestion Thanks in advance @Override public void onAccessibilityEvent(AccessibilityEvent event) { final int eventType = event.getEventType(); System.out.println("MyServ.onAccessibilityEvent()"); switch (eventType) { case AccessibilityEvent.TYPE_VIEW_FOCUSED: Toast.makeText(getApplicationContext(),