"requires null" means that there is no permission, but that particular
component is not exported from the .apk, so -nobody- else can use it.

On Sun, Dec 6, 2009 at 10:00 AM, wusch <jwu...@gmail.com> wrote:

> In looking at my exception some more, it almost looks like a Null
> Pointer error on their part.
>
> 12-06 11:12:24.869: WARN/ActivityManager(52): Permission Denial:
> starting Intent { act=android.intent.action.VIEW dat=http://
> videos.captureacard.com/video/CaptureACardTraining-Intro.mp4
> cmp=com.android.camera/.MovieView } from ProcessRecord{44de1bb0
> 227:com.jww.sos.CaCActivity/10026} (pid=227, uid=10026) requires null
>
> See the "requires null" part at the end, I have seen in other cases
> with Intent Permissions, it at least tells you what permission you
> require.
>
> But I guess this is what I get for going outside the SDK.
>
> Thanks for all your help.
>
> Jeff
>
> On Dec 6, 12:51 pm, "Mark Murphy" <mmur...@commonsware.com> wrote:
> > > Wow, in comparing Google Code search and the Git Repos, looks like the
> > > Google Code search has newer source.  Those Google Labs guys are so
> > > much more on the ball!!
> >
> > Yeah, but that hardly seems possible. If they aren't indexing the HEAD of
> > the associated git repo, where are they pulling it from? Unless the
> > problem is the GitWeb on source.android.com. I don't keep a copy of the
> > full source on my PC, so I can't compare with that.
> >
> > > Correct me if I am wrong, but shouldn't this projects
> > > AndroidManifest.xml be documenting that accessing this class needs
> > > permission?  I thought there was the <permission> tag that dictated
> > > what permission was required to access a class.
> >
> > There are other ways of applying a permission, though having them in the
> > manifest is far and away the most common:
> >
> > http://developer.android.com/guide/topics/security/security.html#decl...
> >
> > > Do you know where these permissions are located in source?
> >
> > Beats me -- sorry.
> >
> > --
> > Mark Murphy (a Commons Guy)http://commonsware.com
> > Android App Developer Books:http://commonsware.com/books.html
>
> --
> 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<android-developers%2bunsubscr...@googlegroups.com>
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>



-- 
Dianne Hackborn
Android framework engineer
hack...@android.com

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.

-- 
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

Reply via email to