Notification noti = new Notification(R.drawable.ic_action_search, "일어나세요", System.currentTimeMillis());
위 구문에서 new Notification 부분에 중간 줄이 쫙 가면서..디프리케이트가 뜨는데요..
The constructor Notification(int, CharSequence, long) is deprecated
그냥 코딩해도 동작하는데 상관없는건가요?
허니컴 부터 Notification.Builder로 대체 되었죠.
물론 지금은 사용가능합니다만 언제든지 동작안할 수 있죠.
아직은 진저브레드 사용자가 많으니 deprecated 되었어도 좀 오래 동안은 사용할 수 있지 않을까 합니다.