summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorMartin Hibdon <mah@android.com>2010-02-19 10:56:47 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2010-02-19 10:56:47 -0800
commit481a10dd30ab5d4dbb2387417c52cefeb1a7fc27 (patch)
tree3686574827dac6a4b8d6f02abbe6c5bc4be3a7da /core
parentac7c8e6cd1756d527d381308b7ff8c669531385c (diff)
parenta3a0946554d120c35ebe0e632fdc454e49cf61e1 (diff)
downloadframeworks_base-481a10dd30ab5d4dbb2387417c52cefeb1a7fc27.zip
frameworks_base-481a10dd30ab5d4dbb2387417c52cefeb1a7fc27.tar.gz
frameworks_base-481a10dd30ab5d4dbb2387417c52cefeb1a7fc27.tar.bz2
Merge "Enable bluetooth voice dialing in BluetoothHeadset.java."
Diffstat (limited to 'core')
-rw-r--r--core/java/android/bluetooth/BluetoothHeadset.java8
1 files changed, 3 insertions, 5 deletions
diff --git a/core/java/android/bluetooth/BluetoothHeadset.java b/core/java/android/bluetooth/BluetoothHeadset.java
index b792965..251813e 100644
--- a/core/java/android/bluetooth/BluetoothHeadset.java
+++ b/core/java/android/bluetooth/BluetoothHeadset.java
@@ -112,11 +112,9 @@ public final class BluetoothHeadset {
/** Default priority when not set or when the device is unpaired */
public static final int PRIORITY_UNDEFINED = -1;
- /** The voice dialer 'works' but the user experience is poor. The voice
- * recognizer has trouble dealing with the 8kHz SCO signal, and it still
- * requires visual confirmation. Disable for cupcake.
- */
- public static final boolean DISABLE_BT_VOICE_DIALING = true;
+ /** Set this to true to prevent the bluetooth headset from
+ * activating the VoiceDialer. */
+ public static final boolean DISABLE_BT_VOICE_DIALING = false;
/**
* An interface for notifying BluetoothHeadset IPC clients when they have