OSDN Git Service

Use onStartCommand() in AlertService.
authorKen Shirriff <kens@google.com>
Sun, 27 Sep 2009 22:21:09 +0000 (15:21 -0700)
committerKen Shirriff <kens@google.com>
Sun, 27 Sep 2009 23:00:36 +0000 (16:00 -0700)
commitc1dc950c9b5756937a1df44463cc09fdf0649420
tree2c0686424103f2389168861929d1ae196a9a62c1
parenta8e4ada7a25aa0d56d668e1d6f836c8a6ea8242c
Use onStartCommand() in AlertService.

This service is supposed to handle an intent, so it uses START_REDELIVER_INTENT
to make sure the intent is handled.
src/com/android/calendar/AlertService.java