> > The context I'm being passed may come from a service, widget update > > request, activity or broadcast receiver (from the BATTERY_CHANGE > > action). Can I be sure that the context points to my application in > > all those instances? > > What else would it point to?
That's pretty much my exact question! ie I have a broadcast receiver that picks up battery level changes. In onRecieve, will the context be my application, or some system context that originally sent the broadcast message? ie creating a database on that context - will it be within my application context or with some system context? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en