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

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

Merge "Fixing a regression in the UI test automation." into jb-mr1-dev

parents 993c3d79 9371a0a0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2123,7 +2123,7 @@ public class AccessibilityManagerService extends IAccessibilityManager.Stub {
            if (OWN_PROCESS_ID == Binder.getCallingPid()) {
                return;
            }
            if (hasPermission(permission)) {
            if (!hasPermission(permission)) {
                throw new SecurityException("You do not have " + permission
                        + " required to call " + function);
            }