From 289befd72b3a9a4b84fc4cca81e48ee5f95b8ebf Mon Sep 17 00:00:00 2001 From: Nick Pelly <> Date: Wed, 25 Mar 2009 15:43:42 -0700 Subject: [PATCH] Automated import from //branches/cupcake/...@142761,142761 --- core/java/android/bluetooth/BluetoothHeadset.java | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core/java/android/bluetooth/BluetoothHeadset.java b/core/java/android/bluetooth/BluetoothHeadset.java index 1dbe0cccda51e..e1984353e88c7 100644 --- a/core/java/android/bluetooth/BluetoothHeadset.java +++ b/core/java/android/bluetooth/BluetoothHeadset.java @@ -82,6 +82,12 @@ public class BluetoothHeadset { /** Default priority for headsets that should not be auto-connected */ public static final int PRIORITY_OFF = 0; + /** 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; + /** * An interface for notifying BluetoothHeadset IPC clients when they have * been connected to the BluetoothHeadset service.