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 familiar with requiring a signature or permission to call the receiver but that isn't possible in this instance. I thought that granting a temporary permission to the calling package would work but I have found very little documentation on this. Additionally, from what I have read, I don't believe I can even grant temporary permissions to an application outside of my permission tree namespace. Is there any way to do this? Any help would be appreciated. Thanks in advance, Corey -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

