Notification noti = new Notification(R.drawable.ic_action_search, "일어나세요", System.currentTimeMillis());

 

위 구문에서 new Notification 부분에 중간 줄이 쫙 가면서..디프리케이트가 뜨는데요..

 

The constructor Notification(int, CharSequence, long) is deprecated

 

그냥 코딩해도 동작하는데 상관없는건가요?