Question

My AlarmManager does not work properly.

The LogCat says that setting alarm to turn off keyguard, seq = 10.

What does this mean? How could I fix it? Thanks!

Was it helpful?

Solution

I solved this:

  1. delete AlarmManager
  2. use GCM (Google Cloud Messaging for Android) to show a notification

Before I used AlarmManager to check manually for updates...

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top