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

Commit 8f6e8c43 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

* commit 'b42afe9b':
  Make AccessibilityService#disableSelf atomic.

Change-Id: I90fc019bb38c2b8c5b71357bce60c8df298bddcc
parents 6e3449b3 b42afe9b
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);