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

Commit 5e4df66f authored by Svetoslav Ganov's avatar Svetoslav Ganov Committed by Android (Google) Code Review
Browse files

Merge "Removing implementation of unnecessary APIs taken out of the support lib." into jb-dev

parents 38dc9ca3 d3cc73ad
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -275,11 +275,6 @@ public class AccessibilityEntityProvider extends AccessibilityNodeProviderCompat
        return false;
    }

    @Override
    public AccessibilityNodeInfoCompat findAccessibilityFocus(int virtualViewId) {
        return createAccessibilityNodeInfo(mAccessibilityFocusedView);
    }

    /**
     * Sends an accessibility event for the given {@link Key}.
     *