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

Commit b9d084d6 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Use correct validator for SELECTED_SPELL_CHECKER_SUBTYPE"

parents 71a43c3f 4bc81e83
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -6985,8 +6985,9 @@ public final class Settings {
        private static final Validator SELECTED_SPELL_CHECKER_VALIDATOR = COMPONENT_NAME_VALIDATOR;
        /**
         * The {@link ComponentName} string of the selected subtype of the selected spell checker
         * service which is one of the services managed by the text service manager.
         * {@link android.view.textservice.SpellCheckerSubtype#hashCode()} of the selected subtype
         * of the selected spell checker service which is one of the services managed by the text
         * service manager.
         *
         * @hide
         */
@@ -6994,7 +6995,7 @@ public final class Settings {
                "selected_spell_checker_subtype";
        private static final Validator SELECTED_SPELL_CHECKER_SUBTYPE_VALIDATOR =
                COMPONENT_NAME_VALIDATOR;
                ANY_INTEGER_VALIDATOR;
        /**
         * Whether spell checker is enabled or not.