Saturday, August 4, 2012

Re: [android-developers] SecurityException in RemoteViewsService?

On Sat, Aug 4, 2012 at 11:47 AM, NickL <nicklonginow@gmail.com> wrote:
> The error happened when I call mResolver.query(Abc.CONTENT_URI, null, null,
> null, null); in onDataSetChanged().
>
> Does that help?

This suggests that, for some reason, your app widget is in a different
application than is your ContentProvider.

Is that so? If so, why did you do that, rather than have them both be
in the same application?

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

_The Busy Coder's Guide to Android Development_ Version 4.0 Available!

--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment