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

Commit 236e9131 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add JavaDoc for android:suppressesSpellChecker." into sc-dev am: 1236262d

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14330224

Change-Id: I37580c798463ecd8e36e65e9a0d7e1f4f7a18d59
parents e89ab50f 1236262d
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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.