Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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!

share|improve this question
Can you provide some code so it will be possible to reproduce your error. – Nikolai Samteladze Oct 27 '12 at 18:30

1 Answer

up vote 0 down vote accepted

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

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.