- vibrateType
- The type of vibrate. One of AudioManager.VIBRATE_TYPE_NOTIFICATION or AudioManager.VIBRATE_TYPE_RINGER.
- vibrateSetting
- The vibrate setting, one of AudioManager.VIBRATE_SETTING_ON, AudioManager.VIBRATE_SETTING_OFF, or AudioManager.VIBRATE_SETTING_ONLY_SILENT.
Sets the setting for when the vibrate type should vibrate.
This method should only be used by applications that replace the platform-wide management of audio settings or the main telephony application.