Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 98d262df authored by Eric Laurent's avatar Eric Laurent Committed by Android (Google) Code Review
Browse files

Merge "Changes for new vibration policy." into jb-dev

parents a4139dc0 17fe90a4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -117,7 +117,7 @@ public class RingerVolumePreference extends VolumePreference {

            if (mCheckBoxes[i] != null) {
                if (streamType == AudioManager.STREAM_RING && muted
                        && mAudioManager.shouldVibrate(AudioManager.VIBRATE_TYPE_RINGER)) {
                        && !(mAudioManager.getRingerMode() == AudioManager.RINGER_MODE_SILENT)) {
                    mCheckBoxes[i].setImageResource(
                            com.android.internal.R.drawable.ic_audio_ring_notif_vibrate);
                } else {