diff --git a/packages/SystemUI/src/com/android/systemui/volume/VolumePanel.java b/packages/SystemUI/src/com/android/systemui/volume/VolumePanel.java index 4ada5ec6e6d3b..fc530d02f0964 100644 --- a/packages/SystemUI/src/com/android/systemui/volume/VolumePanel.java +++ b/packages/SystemUI/src/com/android/systemui/volume/VolumePanel.java @@ -484,6 +484,7 @@ public class VolumePanel extends Handler { sc.icon.setImageResource(sc.iconRes); sc.icon.setClickable(isNotificationOrRing(streamType)); if (sc.icon.isClickable()) { + sc.icon.setSoundEffectsEnabled(false); sc.icon.setOnClickListener(new OnClickListener() { @Override public void onClick(View v) {