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

Commit 866cfd3a authored by Svetoslav Ganov's avatar Svetoslav Ganov Committed by Android Git Automerger
Browse files

am fa447071: Merge "Update LatinIME due to hidden APIs taken out of the support lib." into jb-dev

* commit 'fa447071':
  Update LatinIME due to hidden APIs taken out of the support lib.
parents 0d722b5e fa447071
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -280,12 +280,6 @@ public class AccessibilityEntityProvider extends AccessibilityNodeProviderCompat
        return createAccessibilityNodeInfo(mAccessibilityFocusedView);
    }

    @Override
    public AccessibilityNodeInfoCompat accessibilityFocusSearch(int direction, int virtualViewId) {
        // Focus search is not currently supported for IMEs.
        return null;
    }

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