tags:

views:

33

answers:

1

is it possible to use the com.androird.alarmclock so that I can use it to kick off alarm features in my application. if it is how can i do it?

+2  A: 

The service you need is the AlarmManager http://developer.android.com/intl/de/reference/android/app/AlarmManager.html

Jim Blackler