[android-developers] Re: what permission to us ContentResolver cr = getContentResolver(); ???

2009-08-24 Thread Dany BREARD
Thanks you very much Dianne I called that on an other class Client out of my oncreate so now I don't have any error Dany On Aug 21, 6:52 pm, Dianne Hackborn hack...@android.com wrote: There is no permission for that (notice the error you are getting is NOT SecurityException).  My guess is

[android-developers] Re: what permission to us ContentResolver cr = getContentResolver(); ???

2009-08-21 Thread Dianne Hackborn
There is no permission for that (notice the error you are getting is NOT SecurityException). My guess is you are calling this on an Activity or Service before onCreate() is called. On Fri, Aug 21, 2009 at 7:16 AM, Dany BREARD dany.bre...@gmail.com wrote: Hi I try to use a lot of permission