diff options
author | Nick Pelly <> | 2009-03-25 15:43:42 -0700 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-03-25 15:43:42 -0700 |
commit | 289befd72b3a9a4b84fc4cca81e48ee5f95b8ebf (patch) | |
tree | f1d1e42919207aa2fba5732e99a5997530324c73 | |
parent | 19f06fefc0bdb101e27229859a418d3574412f10 (diff) | |
download | frameworks_base-289befd72b3a9a4b84fc4cca81e48ee5f95b8ebf.zip frameworks_base-289befd72b3a9a4b84fc4cca81e48ee5f95b8ebf.tar.gz frameworks_base-289befd72b3a9a4b84fc4cca81e48ee5f95b8ebf.tar.bz2 |
Automated import from //branches/cupcake/...@142761,142761
-rw-r--r-- | core/java/android/bluetooth/BluetoothHeadset.java | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/core/java/android/bluetooth/BluetoothHeadset.java b/core/java/android/bluetooth/BluetoothHeadset.java index 1dbe0cc..e198435 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. |