Skip to content Skip to sidebar Skip to footer

Alarmmanager On Android Won't Fire Anything

I'm trying to make Android fire a Alarm at a certain time the user specifies to check if the user has posted to the service. However, Android won't fire the intent. AndroidManifest

Solution 1:

I seem to have fixed this. For some reason Android doesn't like to fire Alarms if the receiver is a subclass.

To fix and keep origination, I moved it all to a new namespace and it worked.

Joe

Post a Comment for "Alarmmanager On Android Won't Fire Anything"