Android Vibrator取消方法不起作用?

时间:2011-09-28 09:44:46

标签: android

的Android

我有一种启动病毒的方法。

v = (Vibrator) getSystemService(Context.VIBRATOR_SERVICE);
        long[] pattern = { 0, 200, 500 };
        v.vibrate(pattern, 0);

然后我想要一种能够阻止这种情况的方法。

v.cancel();

但它似乎无法奏效,任何帮助都将受到高度赞赏。

1 个答案:

答案 0 :(得分:2)

按照此链接,这可能对您有所帮助,这是用于振动手机

http://android.konreu.com/developer-how-to/vibration-examples-for-android-phone-development/