0

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!

Zombie
  • 1,965
  • 2
  • 20
  • 34
user1756209
  • 573
  • 10
  • 23

1 Answers1

0

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...

user1756209
  • 573
  • 10
  • 23