I dont know exactly but in general, if you make broadcast receiver as public static then you can access it from any package. Thanks, Alok.
2009/11/13 Shrenik Vikam <[email protected]> > i have BroadcastReceiver in another package(application) > so how can i unregister it from there > > On Nov 13, 1:31 pm, zhanglei(张雷) <[email protected]> wrote: > > unregisterReceiver(BroadcastReceiver); > > > > -----邮件原件----- > > 发件人: Shrenik Vikam [mailto:[email protected]] > > 发送时间: 2009年11月13日 16:29 > > 收件人: Android Developers > > 主题: [android-developers] how to stop BroadcastReceiver after some point > > > > i want to stop BroadcastReceiver after some time / after some work > > > > how to stop BroadcastReceiver after some point from service/ > > activity ? > > > > please reply > > Thanks in advance > > > > -- > > 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]<android-developers%[email protected]> > > For more options, visit this group athttp:// > groups.google.com/group/android-developers?hl=en > > -- > 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]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- 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

