[android-developers] Doubt w.r.t content resolver

2009-12-31 Thread deeMurthy
Hi Is it possible to access the content resolver methods in a class extending from AppWidgetProvider class? Have been trying to do it with no luck so far. Please help. Many Thanks! -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

Re: [android-developers] Doubt w.r.t content resolver

2009-12-31 Thread Rui Wu
All member functions in AppWidgetProvider have a Context type. I think you can call Context's getContentResolver() to get an content resolver intance. 2009/12/31 deeMurthy darshana.mur...@wipro.com Hi Is it possible to access the content resolver methods in a class extending from