mVibrator01 = (Vibrator) getApplication().getSystemService(Service.VIBRATOR_SERVICE);
// 设定震动的周期
mVibrator01.vibrate(
new
long
[] {
100
,
10
1000
}, -
1
);
// 取消震动
mVibrator01.cancel();
初级程序员
by: 小蘑菇 发表于:2013-05-05 23:08:25 顶(0) | 踩(0) 回复
感谢,留着备用
初级程序员
by: 小蘑菇 发表于:2013-05-05 23:08:25 顶(0) | 踩(0) 回复
感谢,留着备用
回复评论