Re: [android-developers] Determine Sender of Broadcast

2011-06-18 Thread Mark Murphy
On Fri, Jun 17, 2011 at 2:39 PM, Alan wrote: > Is there any way to discover which app package sent a broadcast? I don't think so. > If > the sender includes their package name as an extra in the Intent, can > you verify the sender is who they say they are? Not really. > Does anyone know of an

[android-developers] Determine Sender of Broadcast

2011-06-17 Thread Alan
Hello, Is there any way to discover which app package sent a broadcast? If the sender includes their package name as an extra in the Intent, can you verify the sender is who they say they are? I came across this post (http://www.unwesen.de/2011/04/10/android- intent-sender-verification/) which d