Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ba3787d8 authored by Kristian Monsen's avatar Kristian Monsen
Browse files

Let TYPE_ANNOUNCEMENT be sent from any window

Part of fix for bug 17905712

Change-Id: I4e4b09f6b6342a27744e42984d483ef8de18fbff
parent 040d89bb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3331,6 +3331,7 @@ public class AccessibilityManagerService extends IAccessibilityManager.Stub {
                    }
                // $fall-through$
                case AccessibilityEvent.TYPE_NOTIFICATION_STATE_CHANGED:
                case AccessibilityEvent.TYPE_ANNOUNCEMENT:
                // All events generated by the user touching the
                // screen should *always* be dispatched.
                case AccessibilityEvent.TYPE_TOUCH_EXPLORATION_GESTURE_START: