Automated import from //branches/master/...@142774,142774

This commit is contained in:
Nick Pelly
2009-03-25 16:25:37 -07:00
committed by The Android Open Source Project
parent 4e829f0aca
commit b8088b9bc9

View File

@@ -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.