am bbcc300c
: Merge "Set the same vibrate settings for ringer and notifications." into ics-mr1
* commit 'bbcc300c87d702aede31de311f88571b0caf9113': Set the same vibrate settings for ringer and notifications.
This commit is contained in:
@@ -243,6 +243,7 @@ public class SoundSettings extends SettingsPreferenceFragment implements
|
||||
int vibrateMode = vibeOnRing ? AudioManager.VIBRATE_SETTING_ON
|
||||
: AudioManager.VIBRATE_SETTING_ONLY_SILENT;
|
||||
mAudioManager.setVibrateSetting(AudioManager.VIBRATE_TYPE_RINGER, vibrateMode);
|
||||
mAudioManager.setVibrateSetting(AudioManager.VIBRATE_TYPE_NOTIFICATION, vibrateMode);
|
||||
}
|
||||
|
||||
private void setPhoneSilentSettingValue(String value) {
|
||||
|
Reference in New Issue
Block a user