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

Commit 66b6dc69 authored by Svetoslav Ganov's avatar Svetoslav Ganov Committed by Android Git Automerger
Browse files

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

* commit '9f12373b':
  Fixing a regression in the UI test automation.
parents a035cdac 9f12373b
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);
            }