am 141a1def: am bbcc300c: Merge "Set the same vibrate settings for ringer and notifications." into ics-mr1
* commit '141a1def9d6e44026bee6452c7bc24d32f7a44e7': 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