Use "adb shell dumpsys alarm" to check the system's list of pending alarms and find out if the alarm was set in the first place.
It also seems a little weird to me that you're not using a broadcast action and a matching <intent-filter> in the receiver. Maybe that's not the issue, but I'm not sure a broadcast without an action is supposed to work. -- Kostya 27 января 2012 г. 0:51 пользователь Rudolf Polzer <[email protected]>написал: > I have replaced every c by this.getApplicationContext(). > The setting of the alarm is executed, I checked this with the > debugger. > LogCat says nothing about alarms or broadcast messages during the time > of interest > and LogCat also displays no warnings. > > So what is wrong? > > -- > 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 > -- 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

