am 2f1b422d: Merge change 3249 into donut

Merge commit '2f1b422dc8d30da19dfc51911261d92ccccd9edd'

* commit '2f1b422dc8d30da19dfc51911261d92ccccd9edd':
  Add new SHOW_WEB_SUGGESTIONS system setting, referenced by the search settings
This commit is contained in:
Android (Google) Code Review
2009-06-05 00:30:00 -07:00
committed by The Android Open Source Project
2 changed files with 19 additions and 0 deletions

View File

@@ -111732,6 +111732,17 @@
visibility="public"
>
</field>
<field name="SHOW_WEB_SUGGESTIONS"
type="java.lang.String"
transient="false"
volatile="false"
value="&quot;show_web_suggestions&quot;"
static="true"
final="true"
deprecated="not deprecated"
visibility="public"
>
</field>
<field name="SOUND_EFFECTS_ENABLED"
type="java.lang.String"
transient="false"

View File

@@ -1292,6 +1292,14 @@ public final class Settings {
* boolean (1 or 0).
*/
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