|
@@ -29,9 +29,6 @@ public class Utils {
|
|
|| deviceType == AudioDeviceInfo.TYPE_BLUETOOTH_SCO) {
|
|
|| deviceType == AudioDeviceInfo.TYPE_BLUETOOTH_SCO) {
|
|
result = "蓝牙耳机";
|
|
result = "蓝牙耳机";
|
|
}
|
|
}
|
|
- if (deviceType == AudioDeviceInfo.TYPE_BUILTIN_EARPIECE) {
|
|
|
|
-
|
|
|
|
- }
|
|
|
|
}
|
|
}
|
|
if (TextUtils.isEmpty(result)) {
|
|
if (TextUtils.isEmpty(result)) {
|
|
if (Constants.HEADSET_PLUE_TAG.isEmpty()) {
|
|
if (Constants.HEADSET_PLUE_TAG.isEmpty()) {
|