본문 바로가기

개발도구/aOS - 안드로이드 개발

[안드로이드] 진동오게 하기 vibrate

  Notification noti = new Notification(
        R.drawable.mt_iconbig, msg,
                System.currentTimeMillis());
 
  noti.vibrate = new long[] { 100, 250, 100, 500};