summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/com/android/bluetooth/avrcp/Avrcp.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/bluetooth/avrcp/Avrcp.java b/src/com/android/bluetooth/avrcp/Avrcp.java
index cffb64876..d26da5071 100644
--- a/src/com/android/bluetooth/avrcp/Avrcp.java
+++ b/src/com/android/bluetooth/avrcp/Avrcp.java
@@ -4266,7 +4266,7 @@ public final class Avrcp {
}
}
}
- return !absVolumeSupported.contains((byte)0);
+ return !(absVolumeSupported.contains((byte)0) || absVolumeSupported.isEmpty());
}
/**