개발도구/aOS - 안드로이드 개발
[안드로이드] 진동오게 하기 vibrate
Hay's App
2011. 9. 8. 18:13
Notification noti = new Notification(
R.drawable.mt_iconbig, msg,
System.currentTimeMillis());
noti.vibrate = new long[] { 100, 250, 100, 500};