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

Commit 6cb3b52d authored by satok's avatar satok Committed by Android (Google) Code Review
Browse files

Merge "Add a Setting preference "INPUT_METHOD_SELECTOR_VISIBILITY""

parents 4738da2e 5c58dfcf
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -162670,6 +162670,17 @@
 visibility="public"
>
</field>
<field name="INPUT_METHOD_SELECTOR_VISIBILITY"
 type="java.lang.String"
 transient="false"
 volatile="false"
 value="&quot;input_method_selector_visibility&quot;"
 static="true"
 final="true"
 deprecated="not deprecated"
 visibility="public"
>
</field>
<field name="INSTALL_NON_MARKET_APPS"
 type="java.lang.String"
 transient="false"
+6 −0
Original line number Diff line number Diff line
@@ -2409,6 +2409,12 @@ public final class Settings {
        public static final String INPUT_METHODS_SUBTYPE_HISTORY =
                "input_methods_subtype_history";

        /**
         * Setting to record the visibility of input method selector
         */
        public static final String INPUT_METHOD_SELECTOR_VISIBILITY =
                "input_method_selector_visibility";

        /**
         * Whether the device has been provisioned (0 = false, 1 = true)
         */