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

Commit 18686894 authored by Svetoslav's avatar Svetoslav Committed by Android Git Automerger
Browse files

am acd8741d: am a84e1197: Merge "Uninitialized UiAutomationConnection...

am acd8741d: am a84e1197: Merge "Uninitialized UiAutomationConnection incorrectly enforces caller id." into klp-dev

* commit 'acd8741d':
  Uninitialized UiAutomationConnection incorrectly enforces caller id.
parents 52b46b4b acd8741d
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -146,7 +146,9 @@ public final class UiAutomationConnection extends IUiAutomationConnection.Stub {
    @Override
    public void shutdown() {
        synchronized (mLock) {
            if (isConnectedLocked()) {
                throwIfCalledByNotTrustedUidLocked();
            }
            throwIfShutdownLocked();
            mIsShutdown = true;
            if (isConnectedLocked()) {