[android-developers] Re: Broadcasts within an APK

2011-06-17 Thread Alan
I tested it and it seems to work. Another great benefit is it allows you to target APKs other than your own. Also, it has been around since Android 1.6 (API 4) http://developer.android.com/reference/android/content/Intent.html#setPackage(java.lang.String) Thank you for your help! On Jun 16,

Re: [android-developers] Re: Broadcasts within an APK

2011-06-17 Thread Mark Murphy
On Fri, Jun 17, 2011 at 8:37 AM, Alan alan.gard...@gmail.com wrote: I tested it and it seems to work.  Another great benefit is it allows you to target APKs other than your own. Also, it has been around since Android 1.6 (API 4)