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

Commit b910b18c authored by Svetoslav Ganov's avatar Svetoslav Ganov
Browse files

Update LatinIME due to hidden APIs taken out of the support lib.

1. We have hidden the APIs for accessiiblity focus search since
   it wull be perfomred by the client, updated the support lib,
   and now we are updating the LatinIME.

bug:6675330

Change-Id: I9dd3450b40148be7ce750f6bffc0a047a541982f
parent 7cbd0478
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}.
     *