"adb shell dumpsys alarm" tells the following about my alarm:

irp.plan
    17ms running, 1 wakeups
    1 alarms: flg=0x4 cmp=irp.plan/.PlanActivity$OnAlarmReceiver

which is not present after a call of
am.cancel(pi);

So I guess that the setting of the alarm works, but the broadcast
message does not arrive.
The missing intent-filter is the same as in the example software
cw-advandroid / SystemServices / Alarm / AndroidManifest.xml

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to