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

Commit 64a03875 authored by Svetoslav Ganov's avatar Svetoslav Ganov Committed by Android (Google) Code Review
Browse files

Merge "Perform an action in AccessibilityManagerSerivce using wrong process id." into jb-dev

parents 89604931 9bf21873
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -1412,11 +1412,11 @@ public class AccessibilityManagerService extends IAccessibilityManager.Stub {
                    }
                }
            }
            final long identityToken = Binder.clearCallingIdentity();
            try {
            final int flags = (mIncludeNotImportantViews) ?
                    AccessibilityNodeInfo.INCLUDE_NOT_IMPORTANT_VIEWS : 0;
            final int interrogatingPid = Binder.getCallingPid();
            final long identityToken = Binder.clearCallingIdentity();
            try {
                connection.performAccessibilityAction(accessibilityNodeId, action, arguments,
                        interactionId, callback, flags, interrogatingPid, interrogatingTid);
            } catch (RemoteException re) {