[android-developers] Re: Multiple alarms - Intent aims at the same service but different values - Not possible?

2009-01-11 Thread Dianne Hackborn
The identity of an Intent is based on the action, data, type, and categories; the extras are not considered. If you want to have two different PendingIntent objects, you'll need to have something different about them in those basic fields. On Sun, Jan 11, 2009 at 5:24 AM,

[android-developers] Re: Multiple alarms - Intent aims at the same service but different values - Not possible?

2009-01-11 Thread 伊泽
hello would you please tell the steps about the function call? I once posted about the alarm register issue: http://groups.google.com/group/android-developers/browse_thread/thread/304895040fa9f11/da4355589afa46a4?hl=enlnk=gstq=alarm#da4355589afa46a4 If you add alarm device in the routine,there

[android-developers] Re: Multiple alarms - Intent aims at the same service but different values - Not possible?

2009-01-11 Thread code_android_festival_way
On 12 Jan., 06:27, 伊泽 wxc...@gmail.com wrote: hello would you please tell the steps about the function call? I once posted about the alarm register issue:http://groups.google.com/group/android-developers/browse_thread/threa... If you add alarm device in the routine,there maybe a problem.