JavaDoc追加
This commit is contained in:
parent
1d01e217b6
commit
712d33d607
|
@ -151,6 +151,9 @@ public class TestService extends Service {
|
|||
return PendingIntent.getActivity(context, requestCode, intent, flags | PendingIntent.FLAG_IMMUTABLE);
|
||||
}
|
||||
|
||||
/**
|
||||
* デバイスをバイブレーションさせる
|
||||
*/
|
||||
private void vibrateDevice() {
|
||||
Vibrator vibrator = (Vibrator) getSystemService(Context.VIBRATOR_SERVICE);
|
||||
if (vibrator.hasVibrator()) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user