On Tue, May 15, 2012 at 7:24 AM, eMu <[email protected]> wrote: > I read smth. about the WAKE_LOCK and that my Service might not be > called anymore before the phone goes into sleep mode after the > broadcast receiver is being called. Can this be the reason? >
Not sure, but first thing I notice is that you send a broadcast to start a BroadCastReceiver that does nothing but start a Service ... why don't you just create your PendingIntent to start the Service directly and avoid the runaround? ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- 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

