Hi, I'm seeing an issue with alarm implementation on honeycomb. >From alarm_suspend(): In case if alarm_time > current_time, then this function return - EINVAL, which stops device from suspending.
Here I've few question on this: 1. Is user notified with a message when such failure is returned from this point and asked to set alarm time appropriately? 2. If not, why to return this error? 3. Any ways as the set time already elapsed, why can't this function keep quite without returning this error? Thanks in advance. Rao -- 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

