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

Commit b42afe9b authored by Phil Weaver's avatar Phil Weaver Committed by Android (Google) Code Review
Browse files

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

parents 0f6a7abb 19557de7
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);