Loading api/current.xml +11 −0 Original line number Diff line number Diff line Loading @@ -111732,6 +111732,17 @@ visibility="public" > </field> <field name="SHOW_WEB_SUGGESTIONS" type="java.lang.String" transient="false" volatile="false" value=""show_web_suggestions"" static="true" final="true" deprecated="not deprecated" visibility="public" > </field> <field name="SOUND_EFFECTS_ENABLED" type="java.lang.String" transient="false" core/java/android/provider/Settings.java +8 −0 Original line number Diff line number Diff line Loading @@ -1293,6 +1293,14 @@ public final class Settings { */ public static final String HAPTIC_FEEDBACK_ENABLED = "haptic_feedback_enabled"; /** * Whether live web suggestions while the user types into search dialogs are * enabled. Browsers and other search UIs should respect this, as it allows * a user to avoid sending partial queries to a search engine, if it poses * any privacy concern. The value is boolean (1 or 0). */ public static final String SHOW_WEB_SUGGESTIONS = "show_web_suggestions"; // Settings moved to Settings.Secure /** Loading Loading
api/current.xml +11 −0 Original line number Diff line number Diff line Loading @@ -111732,6 +111732,17 @@ visibility="public" > </field> <field name="SHOW_WEB_SUGGESTIONS" type="java.lang.String" transient="false" volatile="false" value=""show_web_suggestions"" static="true" final="true" deprecated="not deprecated" visibility="public" > </field> <field name="SOUND_EFFECTS_ENABLED" type="java.lang.String" transient="false"
core/java/android/provider/Settings.java +8 −0 Original line number Diff line number Diff line Loading @@ -1293,6 +1293,14 @@ public final class Settings { */ public static final String HAPTIC_FEEDBACK_ENABLED = "haptic_feedback_enabled"; /** * Whether live web suggestions while the user types into search dialogs are * enabled. Browsers and other search UIs should respect this, as it allows * a user to avoid sending partial queries to a search engine, if it poses * any privacy concern. The value is boolean (1 or 0). */ public static final String SHOW_WEB_SUGGESTIONS = "show_web_suggestions"; // Settings moved to Settings.Secure /** Loading