code_android_festival_way wrote:
> Even when I acquire a partial wake lock at the beginning of
> "onReceive" and release it at the end I am getting these errors.

You are already inside a partial wake lock in the onReceive() method of
a BroadcastReceiver invoked via AlarmManager.

>> - Alarm Service gets fired every 30 seconds (well the timer can be
>> adjusted)

That's really too frequent, particularly for an IntentService. As, as
you note, you do not need one for registering a Notification.

>> Could someone tell me why the sound notification ignores the wake lock
>> and sits down in silence?

Why do you have two Notifications? Why not have one Notification that
vibrates and plays the sound?

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

Android Consulting: http://commonsware.com/consulting

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

Reply via email to