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

Commit 9371a0a0 authored by Svetoslav Ganov's avatar Svetoslav Ganov
Browse files

Fixing a regression in the UI test automation.

bug:6967373

Change-Id: I28f01a2bfe44febcb1a519028dab82fb1da9753e
parent 58d37b55
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);
            }