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

Commit 7f3c6e5d authored by Rhed Jao's avatar Rhed Jao Committed by Android (Google) Code Review
Browse files

Merge "Update java doc to the ENABLED_INPUT_METHODS"

parents e5fccdfb 25a28e96
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -7392,6 +7392,9 @@ public final class Settings {
         *
         * Format like "ime0;subtype0;subtype1;subtype2:ime1:ime2;subtype0"
         * where imeId is ComponentName and subtype is int32.
         *
         * <p>Note: This setting is not readable to the app targeting API level 34 or higher. use
         * {@link android.view.inputmethod.InputMethodManager#getEnabledInputMethodList()} instead.
         */
        @Readable(maxTargetSdk = Build.VERSION_CODES.TIRAMISU)
        public static final String ENABLED_INPUT_METHODS = "enabled_input_methods";