Class android.media.AudioManager

Changed Methods
int  getVibrateSetting( int) Now deprecated.
 
void  setVibrateSetting( int, int ) Now deprecated.
 
boolean  shouldVibrate( int) Now deprecated.
 
 

Changed Fields
String  EXTRA_VIBRATE_SETTING Now deprecated.
 
String  EXTRA_VIBRATE_TYPE Now deprecated.
 
String  VIBRATE_SETTING_CHANGED_ACTION Now deprecated.
 
int  VIBRATE_SETTING_OFF Now deprecated.
 
int  VIBRATE_SETTING_ON Now deprecated.
 
int  VIBRATE_SETTING_ONLY_SILENT Now deprecated.
 
int  VIBRATE_TYPE_NOTIFICATION Now deprecated.
 
int  VIBRATE_TYPE_RINGER Now deprecated.
 
 
No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.