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

Commit 16cd21cc authored by Phil Weaver's avatar Phil Weaver Committed by android-build-merger
Browse files

Merge "Make AccessibilityService#disableSelf atomic." into nyc-dev am: b42afe9b

am: 709fb89a

* commit '709fb89a':
  Make AccessibilityService#disableSelf atomic.

Change-Id: I26c6568b6bfd3097d244b74139256a9e89fe4793
parents 719498c6 709fb89a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -65,7 +65,7 @@ interface IAccessibilityServiceConnection {

    boolean performGlobalAction(int action);

    oneway void disableSelf();
    void disableSelf();

    oneway void setOnKeyEventResult(boolean handled, int sequence);