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

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

Merge "Ensure input methods setting keys unreadable to downloaded apps"

parents 908704f9 0a607d25
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7135,7 +7135,7 @@ public final class Settings {
         * Format like "ime0;subtype0;subtype1;subtype2:ime1:ime2;subtype0"
         * where imeId is ComponentName and subtype is int32.
         */
        @Readable
        @Readable(maxTargetSdk = Build.VERSION_CODES.TIRAMISU)
        public static final String ENABLED_INPUT_METHODS = "enabled_input_methods";
        /**
@@ -7144,7 +7144,7 @@ public final class Settings {
         * by ':'.
         * @hide
         */
        @Readable
        @Readable(maxTargetSdk = Build.VERSION_CODES.TIRAMISU)
        public static final String DISABLED_SYSTEM_INPUT_METHODS = "disabled_system_input_methods";
        /**