Wednesday, December 19, 2012

[android-developers] Re: Time Based Trigger in Android

You should not cross post: android-platform is for platform development only.

You can do this easily using an AlarmManager: you hand it a
PendingIntent, and it fires, you catch it in a receiver and
everything's fine.

Kris

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment