Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
これが私がやろうとしていることです.. イベントが発生するたびに、デバイスは数秒間振動するはずです。
使ってみた Display.getDisplay(this).vibrate(2000);
Display.getDisplay(this).vibrate(2000);
デバイスでのテスト中に振動しませんでした デバイスプロファイルをバイブ(アクティブ)に設定して試しても振動しませんでした
ここで何か不足していますか?
Alert.isVibrateSupported()、Alert.startVibrate(time)、Alert.stopVibrate( )を使用する