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

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

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

Merge "Merge "Make AccessibilityService#disableSelf atomic." into nyc-dev am: b42afe9b am: 709fb89a" into nyc-mr1-dev-plus-aosp
am: 5f215a2a

* commit '5f215a2a':
  Make AccessibilityService#disableSelf atomic.

Change-Id: Iddf073e9131c97493a0193ce8d9f04a1a229452f
parents 3e595e40 5f215a2a
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);