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

Commit 709fb89a 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: I0c401dfbe7080535595e1c4b6b2365f17fab6dd9
parents b6dba40c 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);