I made some Test to terminate the pending Alarms. I figured out that the API Doc seems to be wrong for Method:
PendingIntent.getBroadcast(...) WRONG: requestCode Private request code for the sender (currently not used). <--- If you're using another requestCode the Alarm will not be killed! For testing i just used '0' and out of a sudden it worked for me. -- 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

