On Wed, Jul 18, 2012 at 10:13 PM, Marc McDougall <[email protected]> wrote: > I'm wondering if there is any > way to instead have one unique alarm set to update every time the activity > sets the alarm (so that there are not hundreds of new alarms in the Android > alarm application).
This does not add an alarm to the "Android alarm application". It adds an alarm to whatever alarm clock application the user chooses, based on what activities respond to ACTION_SET_ALARM. Beyond that, there are no documented extras for this, and therefore you cannot assume that any given alarm clock implementation will support replacing an existing alarm. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training in DC: http://marakana.com/training/android/ -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

