Add JavaDoc for android:suppressesSpellChecker.

It got removed when resolving merge conflict in
commit 6b22120e8f

Bug: 153473490
Test: n/a
Change-Id: I914269722d145ffe8a06589a7e5ca01db5166418
This commit is contained in:
Kohsuke Yatoh
2021-04-27 14:08:23 -07:00
parent 860c2d6dbb
commit 85cdd80a0f

View File

@@ -3602,6 +3602,10 @@
<attr name="__removed2" format="boolean" />
<!-- Specifies whether the IME supports showing inline suggestions. -->
<attr name="supportsInlineSuggestions" format="boolean" />
<!-- Specifies whether the IME suppresses system spell checker.
The default value is false. If an IME sets this attribute to true,
the system spell checker will be disabled while the IME has an
active input session. -->
<attr name="suppressesSpellChecker" format="boolean" />
<!-- Specifies whether the IME wants to be shown in the Input Method picker. Defaults to
true. Set this to false if the IME is intended to be accessed programmatically.