[android-developers] Re: The TabWidget Issue

2011-07-14 Thread Corey Z
A description of the issue would help. -- 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...@goo

Re: [android-developers] Enforcing security on broadcast receiver without access to calling package

2011-07-11 Thread Corey Z
Thank you for your response. I may be mistaken about the intended purpose, but what I was referring to is the permission-tree. There appears to be a function for dynamically adding permissions. However, I realiz

[android-developers] Re: Enforcing security on broadcast receiver without access to calling package

2011-07-11 Thread Corey Z
Anyone? -- 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,

[android-developers] Enforcing security on broadcast receiver without access to calling package

2011-07-04 Thread Corey Z
Is there any way to get the calling package when the BroadcastReceiver receives an intent? I have been searching around and am under the impression that this is impossible. The situation is that I don't have access to the calling package and cannot manipulate the manifest in any way. I am famil