summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/java/android/provider/Settings.java14
1 files changed, 14 insertions, 0 deletions
diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java
index 0846435..74ba465 100644
--- a/core/java/android/provider/Settings.java
+++ b/core/java/android/provider/Settings.java
@@ -3687,6 +3687,20 @@ public final class Settings {
public static final String VOLUME_KEY_CURSOR_CONTROL = "volume_key_cursor_control";
/**
+ * Whether to enable voice wakeup. The value is boolean (1 or 0).
+ * @hide
+ */
+ public static final String VOICE_WAKEUP = "voice_wakeup";
+
+ /**
+ * An intent (a flattened Uri String) to launch when user voice launch
+ * action is detected. An empty or null string will launch the default
+ * voice search activity.
+ * @hide
+ */
+ public static final String VOICE_LAUNCH_INTENT = "voice_launch_intent";
+
+ /**
* Settings to backup. This is here so that it's in the same place as the settings
* keys and easy to update.
*