Loading core/java/android/bluetooth/BluetoothHeadset.java +1 −1 Original line number Diff line number Diff line Loading @@ -116,7 +116,7 @@ public final class BluetoothHeadset { * 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; public static final boolean DISABLE_BT_VOICE_DIALING = false; /** * An interface for notifying BluetoothHeadset IPC clients when they have Loading Loading
core/java/android/bluetooth/BluetoothHeadset.java +1 −1 Original line number Diff line number Diff line Loading @@ -116,7 +116,7 @@ public final class BluetoothHeadset { * 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; public static final boolean DISABLE_BT_VOICE_DIALING = false; /** * An interface for notifying BluetoothHeadset IPC clients when they have Loading